[Mono-bugs] [Bug 81476][Wis] Changed - Thread.Start() deadlock

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 28 09:53:53 EDT 2007


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 alan.mcgovern at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81476

--- shadow/81476	2007-04-28 09:47:34.000000000 -0400
+++ shadow/81476.tmp.8884	2007-04-28 09:53:53.000000000 -0400
@@ -105,6 +105,12 @@
 If I insert a Console.ReadLine () just before the end of Main (),
 the test case is running perfectly, so it's probably "just" a
 termination issue.
 
 Can someone confirm that?
 
+
+------- Additional Comments From alan.mcgovern at gmail.com  2007-04-28 09:53 -------
+Go into the System.Thread.Timers class, and put a Console.WriteLine
+both before and after line 206 (it's the Init method).
+
+Line 206 is a call to Thread.Start(). This is the call that never returns.


More information about the mono-bugs mailing list