[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so

Eric Christopher echristo at apple.com
Mon Oct 3 09:47:40 PDT 2011


On Oct 3, 2011, at 2:33 AM, Don Quixote de la Mancha wrote:

> /lib/i386-linux-gnu/libgcc_s.so.1
> bfae3000-bfb07000 rw-p 00000000 00:00 0          [stack]
> collect2: ld terminated with signal 6 [Aborted]
> make[4]: *** [libgcc_s.so] Error 1
> 

Signal 6 is SIGABRT so you may want to find out what's calling abort inside ld. An abort usually means that the linker has gotten into an inconsistent or unexpected state.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111003/fc294b40/attachment.html>


More information about the llvm-dev mailing list