[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.
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup, markus at trippelsdorf dot de, 2015/02/13
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup, ccoutant at google dot com, 2015/02/13
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup, manisandro at gmail dot com, 2015/02/16
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup, rdieter at math dot unl.edu, 2015/02/16
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup, cvs-commit at gcc dot gnu.org, 2015/02/17
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup,
ccoutant at google dot com <=
- [Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup, markus at trippelsdorf dot de, 2015/02/17