[Issue 4890] GC.collect() deadlocks multithreaded program.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 6 11:39:27 PDT 2011


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


Sean Kelly <sean at invisibleduck.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


--- Comment #6 from Sean Kelly <sean at invisibleduck.org> 2011-09-06 11:39:15 PDT ---
A thread will be added to the global thread list before its TLS range is set,
but the range will be set before the thread ever actually uses TLS data.  I
think this one can be closed.

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