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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jan 2004 19:23:38 -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-19 19:23:12.000000000 -0500
+++ shadow/53078.tmp.11575	2004-01-19 19:23:38.000000000 -0500
@@ -24,6 +24,11 @@
 
 I created the attached test-19-small.cs which show the same problem.
 
 The question, Dick, is if we can delay CreateThread until th.Start() is
 actually called (a patch is provided) or if we have any other means for the
 GC to know that these objects are out of scope and finalize them.
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-19 19:23 -------
+Created an attachment (id=6452)
+Original test case
+