[Mono-bugs] [Bug 54041][Cri] New - Threads that throw exceptions don't die.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Feb 2004 12:21:26 -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:21:25.000000000 -0500
+++ shadow/54041.tmp.12739	2004-02-08 12:21:25.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 54041
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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.
+
+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. 
+
+Steps to reproduce the problem:
+1. Compile attached code. 
+2. Run it. 
+
+Actual Results:
+
+It livelocks, after printing the stacktrace.
+
+Expected Results:
+
+Returning to the command line after printing the stacktrace.
+
+
+How often does this happen? 
+
+All the time. I think it is the reason that the Threading tests in the
+corlib test suite are livelocking.