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-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: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]  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]
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to