[Bug dynamic-link/12307] accessing thread local storage blocks forever when using dlopen
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Mar 10 18:33:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=12307
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
See Also| |https://sourceware.org/bugz
| |illa/show_bug.cgi?id=15686
--- Comment #6 from Florian Weimer <fweimer at redhat dot com> ---
This is an indirect consequence of bug 15686 and perhaps bug 16133.
All TLS access needs to be async-signal-safe, which is incompatible with
locking, and may require separate fixes, so leaving this bug open.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list