Amarok GIT Segmentation Fault amarokcore_automoc.o

Thomas Lübking thomas.luebking at gmail.com
Thu Jul 7 13:40:48 CEST 2011


Am Thursday 07 July 2011 schrieb kat amsterdam:

> Any suggestions on how to get past these errors?
First of all, get you some usable output:

VERBOSE=1 make

You'll then also see the command that causes this (ie, whether it's gcc or 
moc).

As others have mentioned, compiler segfaults are often memory related or it 
could just be a bug in the compiler (in that case just running "make" again 
usually "helps" ;-)

If the segfault is reproducable for sure and you're NOT running out of RAM & 
swap, you found a severe compiler bug and should pass the segfaulting command 
(ensure to move to the right directory) to gdb to obtain a backtrace you can 
report to the gcc devs.

Cheers,
Thomas


More information about the Amarok-devel mailing list