[Mono-bugs] [Bug 53078][Nor] Changed - Thread not disposed if Start not called
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 23:44:39 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53078
--- shadow/53078 2004-01-21 23:10:38.000000000 -0500
+++ shadow/53078.tmp.10982 2004-01-21 23:44:39.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 53078
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: gonzalo@ximian.com
ReportedBy: gonzalo@ximian.com
@@ -170,6 +170,13 @@
------- Additional Comments From gonzalo@ximian.com 2004-01-21 23:10 -------
For the small test case i attached, the proposed fix is in CVS. That's
fixed.
Now, let's go for threads in the threadpool...
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-21 23:44 -------
+They do not leak either. i've commited the 'ExitThread(0)' ->
+'return;' change.
+
+What results do you get with current CVS on windows? If they are still
+wrong, which GC version are you using?