From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7383 invoked by alias); 29 Mar 2012 19:02:56 -0000 Received: (qmail 7368 invoked by uid 22791); 29 Mar 2012 19:02:54 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Mar 2012 19:02:41 +0000 From: "fragabr at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx) Date: Thu, 29 Mar 2012 19:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fragabr at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg02607.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D52762 D=C3=A2niel Fraga changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | --- Comment #4 from D=C3=A2niel Fraga 2012-03-29= 19:02:34 UTC --- (In reply to comment #3) > Well, nevermind. I tested some more and discovered the culprit: > checkCompatibility 1.3 extension... I disabled that and everything is bac= k to > normal. >=20 > Thanks and sorry about the wrong bug report. Well, I replied too soon... it keeps crashing. The problem is that it will segfault only when I compile WITHOUT --enable-debug... Now it sometimes gives the following error: ACR (Component): component init isalloc_validate called with invalid pointer. Crashing... Segmentation fault *** I'm unable to get this with --enable-debug, so it's a problem... I'll try with firefox 12 beta...