[Issue 10986] New: thread_attachThis doesn't initialize shared libraries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 7 10:00:49 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10986

           Summary: thread_attachThis doesn't initialize shared libraries
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: dll
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at dawg.eu


--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-09-07 10:00:47 PDT ---
I didn't tested this, but I just realized, that a foreign thread added through
thread_attachThis has currently no way of knowing which DSOs it needs to
initialize. So it'll likely end up not calling any thread ctors (static
this();) at all.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list