bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on st


From: ccoutant at google dot com
Subject: [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup
Date: Tue, 17 Feb 2015 06:21:13 +0000

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

Cary Coutant <ccoutant at google dot com> changed:

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

--- Comment #14 from Cary Coutant <ccoutant at google dot com> ---
The problem looks like a COPY relocation to a symbol that was internally bound
within the shared library (because it was not listed in the --dynamic-list
option). My original interpretation of --dynamic-list was that symbols listed
in the file should be preemptible, and by implication all other symbols should
*not* be. Unfortunately, COPY relocations break that internal binding (if we
make a symbol bound internally, we should change the visibility to protected to
prevent COPY relocations). But my interpretation did not match Gnu ld, so I've
fixed it to match more closely what Gnu ld does.

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