[Mono-bugs] [Bug 54041][Cri] Changed - Threads don't appear to die.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Feb 2004 12:31:25 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=54041
--- shadow/54041 2004-02-08 12:22:02.000000000 -0500
+++ shadow/54041.tmp.12896 2004-02-08 12:31:25.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 54041
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Threads that throw exceptions don't die.
+Summary: Threads don't appear to die.
Description of Problem:
If a Thread throws an unhandled exception, then IsAlive still returns true,
even though there is nothing goin on in that thread.
@@ -40,6 +40,11 @@
corlib test suite are livelocking.
------- Additional Comments From dave-mono@earth.li 2004-02-08 12:22 -------
Created an attachment (id=6647)
Test code for this. Should not livelock.
+
+------- Additional Comments From dave-mono@earth.li 2004-02-08 12:31 -------
+Ah, this still locks if you don't throw the exception
+
+Silly me.