[Mono-bugs] [Bug 79060][Maj] Changed - CreateThread: error creating thread handle

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 15 14:59:26 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 14:11:16.000000000 -0400
+++ shadow/79060.tmp.10765	2006-09-15 14:59:26.000000000 -0400
@@ -160,6 +160,11 @@
 11e (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
 exit: 0, join: 0)
 
 As you can see, the threads are finished (state=1), but the handles
 are still hanging around.  The process there is mono running xsp2. 
 The thread handles are allocated every 10 seconds.
+
+------- Additional Comments From bugzilla at patearl.net  2006-09-15 14:59 -------
+I put a stack trace in System.Threading.Thread.Start() and found out
+that it's not actually being run for the "10 second" handles.  I have
+confirmed that CreateThread() is being called.


More information about the mono-bugs mailing list