From owner-freebsd-ports@FreeBSD.ORG Mon Aug 2 12:56:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8FF016A4CE for ; Mon, 2 Aug 2004 12:56:57 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B80143D54 for ; Mon, 2 Aug 2004 12:56:57 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd-incoma.mbrd.ru ([194.117.71.30] helo=[172.16.4.9]) by mail.ciam.ru with asmtp (Exim 4.x) id 1BrcMd-000Efk-1C; Mon, 02 Aug 2004 16:56:31 +0400 Message-ID: <410E39F8.6080209@FreeBSD.org> Date: Mon, 02 Aug 2004 16:56:24 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: "Matthew D. Fuller" References: <410889F7.6050603@FreeBSD.org> <41089662.40301@FreeBSD.org> <41089A76.9080703@FreeBSD.org> <20040729114258.GH1726@k7.mavetju> <4108ED45.70302@FreeBSD.org> <20040730064045.GS22300@over-yonder.net> In-Reply-To: <20040730064045.GS22300@over-yonder.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "proxy.ciam.ru", hasmessageblock similar future email. If you have any questions, see the administrator of that system for details. Content preview: Matthew D. Fuller wrote: > Try `fstat -v`. I get a bunch of type 5's (which I think are > something to do with kqueue) when my older version of Mozilla-LITE > starts chewing up file'em when it's not -v'd). [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description -------------------------------------------------- cc: ports@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net cc: Edwin Groothuis Subject: Re: squid on CURRENT: file descriptors leak X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 12:56:57 -0000 Matthew D. Fuller wrote: > Try `fstat -v`. I get a bunch of type 5's (which I think are > something to do with kqueue) when my older version of Mozilla-LITE > starts chewing up file descriptors (fstat doesn't know what they are, > so doesn't mention 'em when it's not -v'd). fstat -v shows: unknown file type 0 for file 3865 of pid 9086 unknown file type 0 for file 3866 of pid 9086 unknown file type 0 for file 3867 of pid 9086 unknown file type 0 for file 3868 of pid 9086 unknown file type 0 for file 3869 of pid 9086 unknown file type 0 for file 3870 of pid 9086 unknown file type 0 for file 3871 of pid 9086 unknown file type 0 for file 3872 of pid 9086 unknown file type 0 for file 3873 of pid 9086 unknown file type 0 for file 3874 of pid 9086 unknown file type 0 for file 3875 of pid 9086 unknown file type 0 for file 3876 of pid 9086 unknown file type 0 for file 3877 of pid 9086 etc. pid 9086 is squid. This box I've updated from 5.1. I have no ideas what may be wrong with it. Updating to HEAD is in my plans but I can't do it now. It's a production server. May be within a couple days I'll do it. P.S. CFLAGS=-O -pipe on my boxes. CPUTYPE=i686. -- Sem.