[Mono-bugs] [Bug 54041][Cri] Changed - Threads don't appear to die.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Mar 2004 23:20:12 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54041
--- shadow/54041 2004-02-08 12:31:25.000000000 -0500
+++ shadow/54041.tmp.9326 2004-03-15 23:20:12.000000000 -0500
@@ -1,8 +1,8 @@
Bug#: 54041
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -10,13 +10,12 @@
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
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.