https://bugzilla.novell.com/show_bug.cgi?id=649426
https://bugzilla.novell.com/show_bug.cgi?id=649426#c2 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|misc |CORLIB Product|Mono: Runtime |Mono: Class Libraries --- Comment #2 from Zoltan Varga <[email protected]> 2010-10-30 20:00:05 UTC --- C# testcase: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; using System.Threading; class C { static void Main () { while (true) { Timer t = new Timer (delegate (object o) { }, null, 1, -1); Thread.Sleep (1); } } } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
