[Mono-bugs] [Bug 31448][Nor] Changed - program does not exit after Thread.Join

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Sep 2002 20:13:17 -0000


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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=31448

--- shadow/31448	Sun Sep 29 12:32:02 2002
+++ shadow/31448.tmp.20677	Sun Sep 29 16:13:17 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -23,7 +23,14 @@
 threads hashtable even through the thread is exited. This leads to an 
 infinite wait in mono_thread_cleanup().
 
 ------- Additional Comments From vargaz@freemail.hu  2002-09-29 12:32 -------
 Created an attachment (id=2409)
 testcase
+
+
+------- Additional Comments From dick@ximian.com  2002-09-29 16:13 -------
+The code should cope with waiting for a thread handle that already
+exited (I saw the scenario described many times while I was testing it).
+
+Are you running on linux or windows?