------- Comment #3 from dominiq at lps dot ens dot fr  2010-04-25 14:31 -------
> can you provide a backtrace of this crash ?

Putting a breakpoint at fancy_abort is not enough to get a backtrace:

[karma] gcc/darwin_buildw% gdb /opt/gcc/darwin_buildw/./gcc/xgcc
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:15:14 UTC 2009)
...
a lot of "warning: Could not find object file ..."
...
.. done

(gdb) b fancy_abortBreakpoint 1 at 0x47d8
(gdb) run  -B/opt/gcc/darwin_buildw/./gcc/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include -O1 -g conftest.c
Starting program: /opt/gcc/darwin_buildw/gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/ -B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.6w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.6w/powerpc-apple-darwin9/sys-include -O1 -g conftest.c
...
a lot of "warning: Could not find object file ..."
...
.+...... done
cc1: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Program exited with code 01.

> What is the version of the system compiler used for that build ?

gcc version 4.0.1 (Apple Inc. build 5493)


-- 


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

Reply via email to