This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/12307] accessing thread local storage blocks forever when using dlopen


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]