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=77847 --- shadow/77847 2006-12-17 16:37:36.000000000 -0500 +++ shadow/77847.tmp.20833 2006-12-17 16:41:53.000000000 -0500 @@ -247,6 +247,13 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-12-17 16:37 ------- Just adjusted the test case, still reproduces here and actually does so a little bit quicker for me now with less threads. Chris + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-17 16:41 ------- +Chris, please ;-) Don't you see what happens? +You're overwriting the *same* timer instance every +time the ctor gets called. Please remove the static Timer +and make it a local variable in the ctor. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
