------- Additional Comments From amodra at bigpond dot net dot au  2009-09-19 
02:22 -------
I've committed some patches that may stop the segfault.  Please try with the
latest sources. (At the moment that means CVS, the snapshot doesn't yet have my
patch).

You'll get -g by default but also get -O2 which probably will make the debug
harder to interpret, so:

CFLAGS="-g -O0" /path/to/sources/configure ...
make
ulimit -c unlimited
<run new ld to generate a core dump>
gdb
core core
backtrace

The core file might be called core.nnnnnn

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10406

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to