From bugs-return-18882-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Tue Aug 02 15:28:47 2005 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 43659 invoked from network); 2 Aug 2005 15:28:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 15:28:46 -0000 Received: (qmail 71155 invoked by uid 500); 2 Aug 2005 15:28:39 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 71082 invoked by uid 500); 2 Aug 2005 15:28:39 -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 71066 invoked by uid 99); 2 Aug 2005 15:28:38 -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; Tue, 02 Aug 2005 08:28:30 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 5F4CEE0; Tue, 2 Aug 2005 17:28:27 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 35974] - Occasional seg fault/bus error in NFS hosted includes-parsed files X-Bugzilla-Reason: AssignedTo Message-Id: <20050802152827.5F4CEE0@ajax.apache.org> Date: Tue, 2 Aug 2005 17:28:27 +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=35974 ------- Additional Comments From jorton@redhat.com 2005-08-02 17:28 ------- #1 0xff3676a0 in apr_brigade_create (p=0x0, list=0x3c7ef0) at apr_brigade.c:67 b = (apr_bucket_brigade *) 0x3c8c80 #2 0x000d17e0 in core_output_filter (f=0x3c3f10, b=0x3f4130) at core.c:4047 the p = NULL bit looks like the problem, unless that's a side-effect of stack corruption. In gdb if you "up 2" into core_output_filter, what does p *f p *f->conn give? If the pool really is NULL this could just be a symptom of hitting an out-of-memory condition - is that plausible for this system? (httpd should be calling abort() in that case but actually doesn't) -- 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