[Issue 6116] May not join spawn()'ed threads

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 26 22:53:50 PDT 2011


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


Sean Kelly <sean at invisibleduck.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |sean at invisibleduck.org


--- Comment #2 from Sean Kelly <sean at invisibleduck.org> 2011-07-26 22:53:47 PDT ---
What's likely happening is that the app is terminating before the new threads
actually start, so they aren't marked isRunning when the wait loop occurs.  The
fix for this will likely be to add a status field where a thread may be marked
as ready, starting, running, and terminated.

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