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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Sep 2002 10:18:40 -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 04:26:45 2002
+++ shadow/31425.tmp.7701	Mon Sep 30 06:18:40 2002
@@ -114,6 +114,10 @@
 NullReferenceException and even output "write something" (on linux).
 On windows it does not do anything but it does never finish.
 
 My guess is that thread is starting to run after its creation. It
 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.