https://bugzilla.novell.com/show_bug.cgi?id=387962
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=387962#c2 --- Comment #2 from David Ferguson <[EMAIL PROTECTED]> 2008-05-07 17:06:22 MST --- The test app seems to work fine under windows (XP SP2) with mono. After adding sync locks for the Start() Stop() calls, the exception wasn't happening, but the timers were firing very erratically. Changing to a System.Threading.Timer fixed the problem. I also saw rising RSS memory consumption with the Timers.Timer and the Threading.Timer seemed to be more stable. Attached is the changed TimerTimerTest.cs file that adds the sync locks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
