public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "fragabr at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/52762] New: Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)
Date: Thu, 29 Mar 2012 07:10:00 -0000	[thread overview]
Message-ID: <bug-52762-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762

             Bug #: 52762
           Summary: Firefox 11 segfault with gcc 4.7 (-O3
                    -march=corei7-avx)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: fragabr@gmail.com


I compiled Firefox 11 source code with gcc 4.7 and the following optimization:

-O3 -march=corei7-avx (for Sandy Bridge, core i7 2700k)

If i use just -march=corei7 it runs fine. GCC bug?

It compiled fine, but it segfaults:

#0  0x00007f6e37521360 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#1  0x00007f6e3752d099 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#2  0x00007f6e3753e3fa in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#3  0x00007f6e3753a073 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#4  0x00007f6e37874bdf in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#5  0x00007f6e378740db in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#6  0x00007f6e285fb3c0 in ?? ()
#7  0x0000000000000003 in ?? ()
#8  0x00007f6e1dc35da0 in ?? ()
#9  0x00007f6e1f0c3fd0 in ?? ()
#10 0x00007f6e1f31df30 in ?? ()
#11 0x00007f6e1e6e3e90 in ?? ()
#12 0xff00000000000000 in ?? ()
#13 0x00ffffffffffffff in ?? ()
#14 0x00444949534a736e in ?? ()
#15 0x726567616e614d79 in ?? ()
#16 0x32850f003a0074f4 in ?? ()
#17 0x777c810000004085 in ?? ()
#18 0x00000e850f003f00 in ?? ()
#19 0x83c35d5b04718901 in ?? ()
#20 0x0000000000000019 in ?? ()
#21 0x00007f6e37174c38 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#22 0x00007f6e371749f9 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#23 0x00007f6e37874014 in NS_InvokeByIndex_P () from
/usr/local/lib/firefox-11.0/libxul.so
#24 0x00007f6e375437c7 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#25 0x00007f6e37548940 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#26 0x00007f6e37ad7d53 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#27 0x00007f6e37ac765c in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#28 0x00007f6e37ad7d14 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#29 0x00007f6e37ad8562 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#30 0x00007f6e37a4b3d7 in JS_CallFunctionValue () from
/usr/local/lib/firefox-11.0/libxul.so
#31 0x00007f6e3753e727 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#32 0x00007f6e3753a073 in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#33 0x00007f6e37874bdf in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#34 0x00007f6e378740db in ?? () from /usr/local/lib/firefox-11.0/libxul.so
#35 0x00007f6e23861700 in ?? ()
#36 0x00007f6e1dc32280 in ?? ()
#37 0x00007f6e23861700 in ?? ()
#38 0x00007f6e24aeb110 in ?? ()
#39 0x00007f6e24aeb110 in ?? ()
#40 0x0000000000000002 in ?? ()
#41 0x0000000000000000 in ?? ()


             reply	other threads:[~2012-03-29  6:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-29  7:10 fragabr at gmail dot com [this message]
2012-03-29  8:27 ` [Bug c++/52762] " markus at trippelsdorf dot de
2012-03-29 17:41 ` fragabr at gmail dot com
2012-03-29 18:10 ` fragabr at gmail dot com
2012-03-29 19:13 ` fragabr at gmail dot com
2012-03-29 19:17 ` markus at trippelsdorf dot de
2012-03-29 21:01 ` fragabr at gmail dot com
2012-03-30 19:23 ` andi-gcc at firstfloor dot org
2012-03-30 19:56 ` fragabr at gmail dot com
2012-04-04 15:51 ` jason at gcc dot gnu.org
2013-06-15  0:26 ` paolo.carlini at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-52762-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).