bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections


From: nickc at redhat dot com
Subject: [Bug ld/20401] segfault in fini_reloc_cookie_rels() with --gc-sections
Date: Wed, 27 Jul 2016 09:54:51 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Nick Clifton <nickc at redhat dot com> ---
Hi Ozkan,

  Thanks for the crt0.o file.  With that I was able to reproduce the problem,
confirm that your patch works, and track down the underlying issue - the
relocations that are processed during garnage collection were not being cached,
but the code in fini_reloc_cookie_rels was assuming that they were cached.

  I have now applied your patch, with an added comment explaining why the fix
is needed.

Cheers
  Nick

-- 
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]