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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 21 15:14:20 PST 2011


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


dawg at dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dawg at dawgfoto.de


--- Comment #3 from dawg at dawgfoto.de 2011-01-21 15:12:13 PST ---
I've also stumbled over the racing condition in thread_processGCMarks() where a
thread was already added to the global thread list but didn't had it's m_tls
set yet. It seems fine to test for m_tls being null at that specific place.

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