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=79060 --- shadow/79060 2006-09-15 18:38:33.000000000 -0400 +++ shadow/79060.tmp.4252 2006-09-21 16:36:39.000000000 -0400 @@ -232,6 +232,14 @@ } } Interestingly, if I set the timer to 100, it also produces the same error, but still every 10 (approx) seconds in real time. If it's set to 1000, it still reproduces every 10 seonds. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-21 16:36 ------- +The problem may be in the threadpool somewhere. + +The thread pool creates threads and then about 10 seconds later it +destroys one. Once it destroys it, the threadpool thinks it doesn't +have enough worker threads and creates another one. Somehow, the +handles from these automatically created/destroyed threads are leaking. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
