[Mono-bugs] [Bug 53078][Nor] Changed - Thread not disposed if Start not called

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 19 21:10:31 EDT 2005


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 bmaurer at users.sf.net.

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

--- shadow/53078	2005-01-08 20:44:04.000000000 -0500
+++ shadow/53078.tmp.9824	2005-05-19 21:10:31.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 53078
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: gonzalo at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -259,6 +259,16 @@
 
 ------- Additional Comments From duncan at ximian.com  2004-12-29 10:42 -------
 What's the status on this bug? Should the patch be committed as is?
 
 ------- Additional Comments From gonzalo at ximian.com  2005-01-08 20:44 -------
 No idea. We were talking about mono 0.31
+
+------- Additional Comments From bmaurer at users.sf.net  2005-05-19 21:10 -------
+When I run this test case, the vsize is the same as running a hello
+world. I was also able to run a:
+
+while (true) {
+	new Thread(new ThreadStart(XFunc));
+}
+
+without any leakage.


More information about the mono-bugs mailing list