[Mono-bugs] [Bug 79060][Maj] Changed - CreateThread: error creating thread handle
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 21 16:36:39 EDT 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 bugzilla at patearl.net.
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 bugzilla at patearl.net 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.
More information about the mono-bugs
mailing list