search for: bfb07000

Displaying 2 results from an estimated 2 matches for "bfb07000".

Did you mean: b7e07000
2011 Oct 03
0
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
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 un...
2011 Oct 03
4
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
...bc-2.13.so 40291000-40295000 rw-p 00000000 00:00 0 402ae000-402c8000 r-xp 00000000 08:03 1048781 /lib/i386-linux-gnu/libgcc_s.so.1 402c8000-402c9000 r--p 00019000 08:03 1048781 /lib/i386-linux-gnu/libgcc_s.so.1 402c9000-402ca000 rw-p 0001a000 08:03 1048781 /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 My shell history gives my configure and make command lines: 2011 cd 2012 cd LLVM/r140981/build/projects/llvm-gcc-4.2/ 2013 fg 2014 ../../../../SVN/llvm/projects/llvm-gc...