[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:10: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-21 14:11:43.000000000 -0500
+++ shadow/53078.tmp.10805	2004-01-21 23:10:38.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: derek.mcumber@datamtnsol.com,dick@ximian.com
 Summary: Thread not disposed if Start not called
@@ -164,6 +164,12 @@
 
 Note:  finalizer may be run on objects not in hashtable, but it
 should simply return with no error, unless there is a better way.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-01-21 14:11 -------
 I will try this later. Thanks for the work so far.
+
+------- 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...