Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Aug 2004 11:40:04 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
Cc:        FreeBSD current mailing list <current@FreeBSD.org>
Subject:   Re: squid on CURRENT: file descriptors leak
Message-ID:  <411092D4.6090305@FreeBSD.org>
In-Reply-To: <Pine.BSF.4.53.0408040637210.69034@e0-0.zab2.int.zabbadoz.net>
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> <410E39F8.6080209@FreeBSD.org> <410F8849.4090905@FreeBSD.org> <Pine.BSF.4.53.0408031315530.69034@e0-0.zab2.int.zabbadoz.net> <410F9A0A.3080803@FreeBSD.org> <Pine.BSF.4.53.0408031445050.69034@e0-0.zab2.int.zabbadoz.net> <4110746A.3060703@FreeBSD.org> <Pine.BSF.4.53.0408040637210.69034@e0-0.zab2.int.zabbadoz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Bjoern A. Zeeb wrote:

> could please post an extract of the pstat -f output from the actual
> problem then for the people here to see what's going wrong.
> 

The most of pstat -f output is:
c224c3fc ???           1   0        0                0
c2265ae4 ???           1   0        0                0
c2264088 ???           1   0        0                0
c2264a5c ???           1   0        0                0
c2247d8c ???           1   0        0                0
c224d594 ???           1   0        0                0
c22643b8 ???           1   0        0                0
c224c264 ???           1   0        0                0
c2266aa0 ???           1   0        0                0
c2265b6c ???           1   0        0                0
c226ea18 ???           1   0        0                0
c2afebf4 ???           1   0        0                0
c226ecc0 ???           1   0        0                0
c2265d8c ???           1   0        0                0
c226e50c ???           1   0        0                0
c22654c8 ???           1   0        0                0
--------------------
It was from snapshot 5.2-CURRENT-20040608.

After I've upgraded to 5.2-CURRENT-20040729 their number stopped grows. 
So all I have:
% pstat -f | grep '???'
c18e0154 ???           2   0        0                0
c194850c ???           2   0        0                0
c1a65cc0 ???           2   0        0                0
c234f088 ???           2   0        0                0
c17961dc ???           2   0        0                0
% ps xa|grep httpd
21227  ??  Ss     0:01.12 /usr/local/sbin/httpd
21228  ??  I      0:00.00 /usr/local/sbin/httpd
21229  ??  I      0:00.00 /usr/local/sbin/httpd
21230  ??  I      0:00.00 /usr/local/sbin/httpd
21231  ??  I      0:00.00 /usr/local/sbin/httpd
21232  ??  I      0:00.00 /usr/local/sbin/httpd

By one ill descriptor on each apache child.
-- 
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?411092D4.6090305>