[Issue 4307] spawn()'ed thread doesn't terminate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 3 15:54:12 PST 2011


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



--- Comment #13 from Sean Kelly <sean at invisibleduck.org> 2011-02-03 15:51:51 PST ---
Fixed in the current revision.  The threads exit with a MessageMismatch
exception though, which seems like a QOI issue.  They should probably exit with
an OwnerTerminated message instead (which is the message that triggered the
mismatch).  I've just changed the behavior so LinkTerminated and
OwnerTerminated messages are still thrown as-is instead of being considered a
MessageMismatch.

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