Date: Fri, 18 Jun 2010 20:26:22 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: =?KOI8-R?Q?=F6=C9=CE=C4=C1=D2=C5=D7_=E1=CC=C5=CB=D3=C5=CA?= <poluleha@yandex.ru> Cc: Doug Barton <dougb@freebsd.org>, freebsd-stable@freebsd.org Subject: Re: qbittorrent 2.2.9 8.0-STABLE Amd64 Message-ID: <4C1BAC3E.5060609@icyb.net.ua> In-Reply-To: <104581276876312@web50.yandex.ru> References: <104581276876312@web50.yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
on 18/06/2010 18:51 Жиндарев Алексей said the following: > Jun 18 19:33:54 last message repeated 371 times > Jun 18 19:41:31 last message repeated 1359 times > Jun 18 19:43:29 kernel: WARNING pid 31369 (qbittorrent): ioctl sign-extension ioctl ffffffff8004667e > Jun 18 19:44:00 last message repeated 545 times > Jun 18 19:45:45 last message repeated 1751 times > Jun 18 19:45:46 kernel: WARNING pid 31369 (qbittorrent): ioctl sign-extension ioctl ffffffff8004667e > Jun 18 19:46:17 last message repeated 481 times > > Manifested after the new port, possibly after updating QT This is FIONBIO ioctl. Look through the code where this is passed via a variable of incorrect type. Correct type for ioctl request should be unsigned long. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C1BAC3E.5060609>