digitalmars.D.bugs - [Issue 8274] New: thread_attachThis only works for main thread
- d-bugmail puremagic.com (19/19) Jun 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8274
- d-bugmail puremagic.com (12/12) Jul 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8274
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 puremagic.com ReportedBy: dawg dawgfoto.de --- Comment #0 from dawg 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: -------
Jun 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8274 Alex Rønne Petersen <alex lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alex lycus.org Resolution| |FIXED --- Comment #1 from Alex Rønne Petersen <alex lycus.org> 2012-07-09 00:53:53 CEST --- Fixed in master. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 08 2012