[Mono-bugs] [Bug 31425][Wis] Changed - Thread inmediately starts. It should wait to Start.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 Oct 2002 16:00:28 -0000


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=31425

--- shadow/31425	Mon Sep 30 06:18:40 2002
+++ shadow/31425.tmp.6470	Tue Oct  1 12:00:28 2002
@@ -1,13 +1,13 @@
 Bug#: 31425
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tapia@eitig.com               
 QAContact: mono-bugs@ximian.com
@@ -118,6 +118,13 @@
 should wait until Start is called on the thread.
 
 
 ------- Additional Comments From dick@ximian.com  2002-09-30 06:18 -------
 Fixing the Thread starting issue will "fix" this bug, because then
 thread.Start() will never be called.
+
+------- Additional Comments From dick@ximian.com  2002-10-01 12:00 -------
+Suspended thread creation now implemented, so this test will do the
+same thing on mono as it does on dotnet (ie nothing at all :) )
+
+It did show up a deadlock bug on mono running under windows though, so
+thanks for that.