[Mono-bugs] [Bug 44067][Maj] Changed - thread handles leaked

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 3 Jun 2003 08:22:20 -0400 (EDT)


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

--- shadow/44067	Mon Jun  2 22:24:41 2003
+++ shadow/44067.tmp.27493	Tue Jun  3 08:22:20 2003
@@ -2,19 +2,19 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: SG
 URL: 
 Cc: 
 Summary: thread handles leaked
 
 Given this test case:
 
@@ -60,6 +60,9 @@
 semaphore handles are leaked.
 
 ves_icall_System_Threading_Thread_Thread_free_internal is never called.
 
 May be the pointer in 'threads' (saved in handle_store) prevents the GC
 from collecting the thread?
+
+------- Additional Comments From gonzalo@ximian.com  2003-06-03 08:22 -------
+We won't pass the tests without this fixed.