Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 96516 invoked from network); 26 Sep 2005 04:40:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 04:40:09 -0000 Received: (qmail 67764 invoked by uid 500); 26 Sep 2005 04:40:08 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 67645 invoked by uid 500); 26 Sep 2005 04:40:07 -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 67630 invoked by uid 99); 26 Sep 2005 04:40:07 -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; Sun, 25 Sep 2005 21:40:06 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 03C08122; Mon, 26 Sep 2005 06:39:45 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 36780] - Apache crashes while processing a request whose connection has been forcibly closed by IExplorer X-Bugzilla-Reason: AssignedTo Message-Id: <20050926043945.03C08122@ajax.apache.org> Date: Mon, 26 Sep 2005 06:39:45 +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=36780 ------- Additional Comments From ruediger.pluem@vodafone.com 2005-09-26 06:39 ------- Birgit excellent report. This is what the guys love here :-). Joe, I had a look in the core output filter and apr_brigade_destroy(b) is called a few lines above (4255 for 2.0.54, 4285 in 291543) regardless of the value of rv. So does the call of apr_brigade_cleanup in your patch really change things? Sorry, I am not so deep in the details of the filters, but isn't the core output filter the very last one in the chain? If so I guess we do not see the original brigade / buckets here because they have been transformed by mod_deflate and mod_ssl on their way. Birgit does this crash also happen without mod_deflate and mod_ssl (This is not a solution proposal, I just try to narrow things :-))? -- 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