Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id EAA07639; Thu, 8 May 1997 04:15:33 -0700 (PDT) Received: from mail.id.net (mail.id.net [199.125.1.6]) by hyperreal.com (8.8.5/8.8.5) with ESMTP id EAA07635; Thu, 8 May 1997 04:15:29 -0700 (PDT) Received: from shell.id.net (shell.id.net [199.125.2.8]) by mail.id.net (8.8.5/8.8.5) with ESMTP id HAA11081; Thu, 8 May 1997 07:19:05 -0400 (EDT) From: Robert Received: (from robert@localhost) by shell.id.net (8.8.5/8.7.3) id HAA15139; Thu, 8 May 1997 07:16:28 -0400 (EDT) Message-Id: <199705081116.HAA15139@shell.id.net> Subject: Re: Changed information for PR general/554 In-Reply-To: <199705071840.LAA22827@hyperreal.com> from "dgaudet@hyperreal.com" at "May 7, 97 11:40:57 am" To: dgaudet@hyperreal.com Date: Thu, 8 May 1997 07:16:28 -0400 (EDT) Cc: apache-bugdb@apache.org, dgaudet@apache.org, robert@mail.id.net X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: apache-bugdb-owner@apache.org Precedence: bulk > Synopsis: Allocated File Descriptors are not being freed after use. > > State-Changed-From-To: open-analyzed > State-Changed-By: dgaudet > State-Changed-When: Wed May 7 11:40:56 PDT 1997 > State-Changed-Why: > At the same time that change was made we also put note_cleanups_for_fd > calls into all the code that used bpushfd(). The change was > needed to make the proxy work properly. So I'm guessing you've > got a non-standard module built in, and it needs that change made > as well. Is that right? No, actually.. I don't believe that is right, I still think there may be a problem. I am using a "stock" Stronghold system, but the same bug appears to be in the base apache 1.2b10 code. The only call to bpushfd I see in apache is in http_main.c and the note_cleanups_for_fd call is #ifdef'd out behind "NEED_DUPPED_CSD".. -- Rob