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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 15 Jul 2003 13:22:16 -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 dick@ximian.com.

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

--- shadow/44067	Mon Jun 30 10:50:47 2003
+++ shadow/44067.tmp.7998	Tue Jul 15 13:22:16 2003
@@ -1,13 +1,13 @@
 Bug#: 44067
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -66,6 +66,15 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2003-06-03 08:22 -------
 We won't pass the tests without this fixed.
 
 ------- Additional Comments From gonzalo@ximian.com  2003-06-30 10:50 -------
 This currently hangs after printing 1980.
+
+------- Additional Comments From dick@ximian.com  2003-07-15 13:22 -------
+The hang is from a bug in libgc <= 6.2, where it would always wait for
+the "thread started" semaphore even if the pthread_create failed.
+
+The pthread_create failure is caused by lack of resource.
+
+Virtual memory leak fixed in CVS.
+