[llvm-commits] Possible bug - starting from the revion 124059 llvm-gcc cross to ARM build failing with the ld.exe crash

Duncan Sands baldrick at free.fr
Thu Feb 24 08:32:08 PST 2011


>>> Starting from the revion 124059 llvm-gcc cross to ARM build failing
>>> with the ld.exe crash.
>
> Since this is a cross compile, can you reproduce it running in on Linux?
>
>> so commit 124059 is the cause of the crash?
>>
>> ------------------------------------------------------------------------
>> r124059 | rafael | 2011-01-23 06:43:40 +0100 (Sun, 23 Jan 2011) | 2 lines
>>
>> Delay the creation of eh_frame so that the user can change the defaults.
>> Add support for SHT_X86_64_UNWIND.
>> ------------------------------------------------------------------------

Trying to bootstrap llvm-gcc on x86-64 linux dies for me like this:

*** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 
0x0000000002ad33f8 ***
======= Backtrace: =========
/lib/libc.so.6(+0x76db6)[0x2ac52bc23db6]
/usr/lib/libbfd-2.21.0-system.20110216.so(_bfd_elf_discard_section_eh_frame+0x3f6)[0x2ac52b51b8c6]
/usr/lib/libbfd-2.21.0-system.20110216.so(bfd_elf_discard_info+0x2ed)[0x2ac52b50ef1d]
/usr/bin/ld[0x421dbc]
/usr/bin/ld[0x413f7e]
/usr/bin/ld[0x418986]
/lib/libc.so.6(__libc_start_main+0xfe)[0x2ac52bbcbefe]
/usr/bin/ld[0x404419]



More information about the llvm-commits mailing list