Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 66886 invoked from network); 26 Aug 2005 17:58:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2005 17:58:13 -0000 Received: (qmail 1482 invoked by uid 500); 26 Aug 2005 17:58:08 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 1422 invoked by uid 500); 26 Aug 2005 17:58:08 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 1409 invoked by uid 99); 26 Aug 2005 17:58:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 10:58:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of trawick@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO zproxy.gmail.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 10:58:23 -0700 Received: by zproxy.gmail.com with SMTP id 13so376032nzn for ; Fri, 26 Aug 2005 10:58:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bY3+TbRORcwojo6x85QfMrD5FxfcIBV2T3n/M9JqHIh85giKGRPi2SEgT/H2AJ5COyKiCHXfgRC+i2/2bXi7/VDqz9HFb+AxKVDS8Pfc6XWpsxvMmyWhPDtC+WLmrrDod//doI5otOjt/sYNHqGlEh5x4qEYUt35OEJBITapD7c= Received: by 10.36.215.15 with SMTP id n15mr283455nzg; Fri, 26 Aug 2005 10:58:05 -0700 (PDT) Received: by 10.36.68.4 with HTTP; Fri, 26 Aug 2005 10:58:05 -0700 (PDT) Message-ID: Date: Fri, 26 Aug 2005 13:58:05 -0400 From: Jeff Trawick To: dev@httpd.apache.org Subject: Re: Status of PR 29528? (Memory leaks in mod_cgid) In-Reply-To: <11CDC472BCDEC4BE68303607@Justin-Erenkrantzs-Computer.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050826174413.GA15460@redhat.com> <11CDC472BCDEC4BE68303607@Justin-Erenkrantzs-Computer.local> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/26/05, Justin Erenkrantz wrote: > --On August 26, 2005 1:49:01 PM -0400 Jeff Trawick wr= ote: >=20 > > Right. If you must use mod_cgid on Solaris 10, go back to the next to > > last Solaris Express driver prior to GA ;) Recently I applied the > > latest Solaris 10 updates and retested, without success. >=20 > Yup, my box has all the current updates too. >=20 > > If you want to play with it without it going ballistic, hack the cgid > > code that runs in the daemon so that when it reads the length of an > > envvar it croaks if the length is unreasonable (e.g, > 10000). That's > > where it always falls down for me, as I think you can see in the PR. >=20 > Okay, thanks for the pointer. >=20 > I may use this as an excuse to play with dtrace some as well. That's what I thought ;) The problem I found is that observing more than one side of the socket makes it work. But good luck to you!!!