FS#11006 - GCC crashes with SEGFAULT
Attached to Project:
Arch Linux
Opened by Lukas Kropatschek (lukrop) - Friday, 25 July 2008, 11:43 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 25 July 2008, 19:49 GMT
Opened by Lukas Kropatschek (lukrop) - Friday, 25 July 2008, 11:43 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 25 July 2008, 19:49 GMT
|
Details
Description:
Whenever I compile a bigger package (e.g. kdebase or amarok2) gcc (4.3.1-2) crashes with a Segmentation fault. Everything works fine with gcc 4.3.1-1. Additional info: problem occurs with gcc 4.3.1-2 everything works with 4.3.1-1 [ 91%] Building CXX object src/servicebrowser/lastfm/CMakeFiles/amarok_service_lastfm.dir/libUnicorn/TrackInfo.o In file included from /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.cpp:23: /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.h:92: warning: type qualifiers ignored on function return type /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.h:95: warning: type qualifiers ignored on function return type /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.h:98: warning: type qualifiers ignored on function return type /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.h:123: warning: type qualifiers ignored on function return type /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.cpp: In constructor ‘TrackInfo::TrackInfo(const QDomElement&)’: /home/lukrop/tmp/amarok2/src/amarok-1.86/src/servicebrowser/lastfm/libUnicorn/TrackInfo.cpp:87: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[2]: *** [src/servicebrowser/lastfm/CMakeFiles/amarok_service_lastfm.dir/libUnicorn/TrackInfo.o] Error1 make[1]: *** [src/servicebrowser/lastfm/CMakeFiles/amarok_service_lastfm.dir/all] Error 2 make: *** [all] Error 2 Steps to reproduce: Compile a "large" number of object files, e.g. kdebase or amarok2. |
This task depends upon
Seems like it's fixed! :)
I'm going to test a little bit more but it completed amarok2 without problems (with the gcc-4.3.1-2 it crashed something around 5 times until the amarok2 build was finished).
I'm happy ;)