[Issue 15976] explicite TLS initializes badly in DLLs if other threads exist

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 1 02:34:06 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15976

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
This happens because the "impersonation" of existing threads during DLL startup
does not swap explicit TLS values, only implicit.

--


More information about the Digitalmars-d-bugs mailing list