From owner-freebsd-stable@FreeBSD.ORG Wed Jun 23 06:31:53 2010 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 035911065672 for ; Wed, 23 Jun 2010 06:31:53 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCFD8FC17 for ; Wed, 23 Jun 2010 06:31:51 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA13648; Wed, 23 Jun 2010 09:31:50 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1ORJV0-0003Bc-5Y; Wed, 23 Jun 2010 09:31:50 +0300 Message-ID: <4C21AA54.3030404@icyb.net.ua> Date: Wed, 23 Jun 2010 09:31:48 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100603) MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira References: <20100623025855.82916.qmail@exxodus.fedaykin.here> In-Reply-To: <20100623025855.82916.qmail@exxodus.fedaykin.here> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org Subject: Re: FreeBSD 8.1-PRERELEASE: WARNING ioctl sign-extension ioctl ffffffff8004667e X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 06:31:53 -0000 on 23/06/2010 05:58 Mario Sergio Fujikawa Ferreira said the following: > Hi, > > I am getting more than 4 thousand of the following messages a day: > > WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e This ioctl is FIONBIO. I believe that I saw another report about it on this list recently (~1 week ago). But it was for a different software. > I've already recompiled all my python ports and dependencies. > I am running up to date ports (today). > > $ uname -a > FreeBSD exxodus.fedaykin.here 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #10: Thu Jun 17 12:28:13 BRT 2010 lioux@exxodus:/usr/obj/usr/src/sys/LIOUX amd64 > > These messages began this past week but I am not sure what > might be to blame: latest ports or latest -STABLE. I guess it would be some port. > The specific python port is deluge 1.3 RC1. It was running > fine before this past week of changes. > > Does anyone have an idea what might be causing this? Do I > have to be alarmed by this? The system is reliable despite these > messages. This messages just warns about bad programming, but in this case the ioctl is processed correctly. -- Andriy Gapon