[Mono-bugs] [Bug 77847][Min] Changed - [PATCH] "Too many threads" error when starting and stopping a timer repeatedly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Dec 16 14:10:27 EST 2006


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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77847

--- shadow/77847	2006-12-15 21:31:34.000000000 -0500
+++ shadow/77847.tmp.20314	2006-12-16 14:10:27.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 77847
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: System
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: robertj at gmx.net                            
 ReportedBy: paul.hudson at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Summary: [PATCH] "Too many threads" error when starting and stopping a timer repeatedly
 
@@ -130,6 +130,14 @@
   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
 
 I get this when running with an application that uses a lot of timers
 with svn head from tonight, 20061214 (r69515)
 
 Chris
+
+------- Additional Comments From robertj at gmx.net  2006-12-16 14:10 -------
+Chris, System.Timer.Timers is not thread safe (see the MSDN docs).
+For example, if you call `Enabled' from several threads w/out locking,
+you'll get unexpected results.
+
+[assigned to /me]
+


More information about the mono-bugs mailing list