[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 Nov 25 19:49:48 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 cmorgan at alum.wpi.edu.

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

--- shadow/77847	2006-11-25 19:49:33.000000000 -0500
+++ shadow/77847.tmp.26079	2006-11-25 19:49:48.000000000 -0500
@@ -10,13 +10,12 @@
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: paul.hudson at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [PATCH] "Too many threads" error when starting and stopping a timer repeatedly
 
 I came across this error in a complex program that uses many different
 timers. On Linux it ran just fine, but on Windows it bailed out with the GC
 message "Too many threads". The problem seems to be that each time I was
 calling Stop() and Start() on a timer, a new thread was created and the old


More information about the mono-bugs mailing list