bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22832] 2.30 internal error, aborting at ../../bfd/elflink.c:9710


From: jrtc27 at jrtc27 dot com
Subject: [Bug ld/22832] 2.30 internal error, aborting at ../../bfd/elflink.c:9710 in elf_link_output_extsym
Date: Wed, 14 Feb 2018 02:58:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22832

--- Comment #7 from James Clarke <jrtc27 at jrtc27 dot com> ---
(In reply to John Paul Adrian Glaubitz from comment #6)
> (In reply to James Clarke from comment #4)
> > Note that gold also falls foul of this, giving "gold: internal error in
> > tls_get_addr_sym, at ../../gold/sparc.cc:391", though line 391 is
> > "gold_assert(this->tls_get_addr_sym_);" which is much easier to debug!
> 
> I'm actually getting the following internal error when trying to build
> firefox on sparc64 during some rust code compilation:
> 
>  1:32.84   = note:
> /srv/glaubitz/firefox/mozilla-central/obj-sparc64-unknown-linux-gnu/build/
> unix/gold/ld: internal error in sized_finalize_symbol, at
> ../../gold/symtab.cc:2937
>  1:32.84           collect2: error: ld returned 1 exit status
> 
> Is this related?

Possibly, but I'd expect it to trigger an assertion failure in tls_get_addr_sym
before that as with my test case. I suggest you open a new bug for this (and if
you have debug symbols in that build, run it under gdb and `p *sym` to see what
symbol it's having issues with).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]