Date: Tue, 2 Nov 2004 20:43:50 +0100 From: devet@devet.org (Arjan de Vet) To: current@freebsd.org Subject: Re: 5.3-RC2: kqueue descriptor leak in resolver functions? Message-ID: <20041102194350.GA55650@adv.devet.org> In-Reply-To: <20041102094145.GA4698@adv.devet.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20041102094145.GA4698@adv.devet.org> you write: [...] >This number grows over time (I have mozilla running permanently with >lots of tabs, most of which auto-refresh). Does anybody see something >similar with mozilla on 5.3-RC*? > >A ktrace of the mozilla process seems to point to the DNS resolver code >leaking kqueue descriptors (I could not find any kqueue() calls in the >mozilla code itself). I just recompiled mozilla on 5.3-RC2 and this kqueue leakage has stopped. ldd shows the mozilla-bin binary is now linked with libpthreads (it wasn't on 5.2.1-release). ktrace shows the open kqueue descriptors being close()'d this time. Let's now hope this fixes the weird hangs I have seen with 5.3-RC*. Arjan -- Arjan de Vet, Eindhoven, The Netherlands <devet@devet.org> URL : http://www.devet.org/ <Arjan.deVet@adv.iae.nl> Work: http://www.madison-gurkha.com/ (Security, Open Source, Education)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041102194350.GA55650>