From bugs-return-19138-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Wed Aug 24 14:55:02 2005 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 84419 invoked from network); 24 Aug 2005 14:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2005 14:55:01 -0000 Received: (qmail 5210 invoked by uid 500); 24 Aug 2005 14:55:00 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 5176 invoked by uid 500); 24 Aug 2005 14:55:00 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 5159 invoked by uid 99); 24 Aug 2005 14:54:59 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2005 07:54:58 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id A8852126; Wed, 24 Aug 2005 16:54:57 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 35975] - Confusing documentation for apr_pool_cleanup_run() X-Bugzilla-Reason: AssignedTo Message-Id: <20050824145457.A8852126@ajax.apache.org> Date: Wed, 24 Aug 2005 16:54:57 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35975 ------- Additional Comments From jorton@redhat.com 2005-08-24 16:54 ------- Thanks for the patch. This: + * The most recently registered cleanup with the same values of @a p, + * @a data and @a cleanup will be removed seems slightly ambiguous, as if there is some global list of cleanups indexed by (p, data, cleanup); I'd suggest instead: * The most cleanup most recently registered with p having the same values of * @a data and @a cleanup will be removed it would also worth noting that apr_pool_cleanup_for_exec runs all cleanups registered with the global pool and all children thereof. Any chance you could clean these these two things up and resubmit the patch to dev@apr.apache.org? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org