[Issue 8274] New: thread_attachThis only works for main thread

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 20 15:25:44 PDT 2012


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

           Summary: thread_attachThis only works for main thread
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: dawg at dawgfoto.de


--- Comment #0 from dawg at dawgfoto.de 2012-06-20 15:28:05 PDT ---
The function calculates a wrong stack bottom because it uses rt_stackBottom
which returns the stack bottom of the main thread.
Subsequently any further GC will either crash or scan a wrong region.

-- 
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