This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)
- From: "markus at trippelsdorf dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 29 Mar 2012 19:12:51 +0000
- Subject: [Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)
- Auto-submitted: auto-generated
- References: <bug-52762-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762
--- Comment #5 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-03-29 19:12:51 UTC ---
In the future you should add:
ac_add_options --disable-install-strip --disable-strip
to your .mozconfig file, because otherwise the debug binaries will
be stripped (which results in your broken Comment 2 backtrace).