[Mono-bugs] [Bug 387962] Exception when working with Timers heavily
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 7 19:06:22 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=387962
User davecferguson at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=387962#c2
--- Comment #2 from David Ferguson <davecferguson at gmail.com> 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.
More information about the mono-bugs
mailing list