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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
