[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 Mar 18 23:08:05 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-03-18 23:07:40.000000000 -0500
+++ shadow/77847.tmp.7572	2006-03-18 23:08:05.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: paul.hudson at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: "Too many threads" error when starting and stopping a timer repeatedly
+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
 one was left lingering just long enough to cause a problem. This wasn't a


More information about the mono-bugs mailing list