[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/17826] ld dies with "corrupted double-linked list" when trying t
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/17826] ld dies with "corrupted double-linked list" when trying to link ELF objects both -pie and -static |
Date: |
Sat, 10 Jan 2015 22:37:15 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17826
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |hjl.tools at gmail dot com
Resolution|--- |WORKSFORME
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
-static says "use no shared libraries" -pie says "build a position
independent executable". The two are not incompatible at least from a linker
perspective. I think gold is wrong.
No, the bug was not introduced with git commit 9f7c3e5e. That commit merely
freed the block of memory that had been corrupted, triggering the warning from
ld.so.
Finally, the bug appears to be fixed with 2.25. HJ may know which commit fixed
the problem.
--
You are receiving this mail because:
You are on the CC list for the bug.