Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 48484 invoked from network); 25 Dec 2010 01:04:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Dec 2010 01:04:05 -0000 Received: (qmail 64195 invoked by uid 500); 25 Dec 2010 01:04:05 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 64162 invoked by uid 500); 25 Dec 2010 01:04:05 -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 64153 invoked by uid 99); 25 Dec 2010 01:04:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Dec 2010 01:04:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Dec 2010 01:04:02 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBP13fMO022733 for ; Sat, 25 Dec 2010 01:03:41 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id oBP13fAq022732; Fri, 24 Dec 2010 20:03:41 -0500 (EST) Date: Fri, 24 Dec 2010 20:03:41 -0500 (EST) Message-Id: <201012250103.oBP13fAq022732@thor.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 50520] Segment fault in brigade_consume X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_ssl X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: j-comm@westvi.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Priority Severity In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50520 Joel changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 Severity|critical |normal --- Comment #3 from Joel 2010-12-24 20:03:36 EST --- I was able to work around this by: 1) Reverting to GCC 4.5.1 2) Rebuilding the entire 'webserver' toolchain (PHP, OpenSSL, HTTPD, APR, APR-util, etc.) compiling with "-O0". Yes, I did an experiment by changing two things, but I needed to get the server up and running. In a few days, I will try to build with optimizations back on and GCC 4.5.1, meaning the only difference will be the compiler variant. My guess is that this has uncovered an optimization bug in GCC 4.5.2. I have no idea exactly WHERE the failure is in the compiler, so I have NO IDEA how to report this problem. Nor do I know if the compiler is ok, and its discovering a sloppy piece of code in the 'webserver toolchain' that was wrong, but wasn't creating an 'evident' problem before. I just know that as more people move to GCC 4.5.2, they will hit this. How to best report this to the GCC folks? Help on how to proceed, please! :D -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org