[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:11:16 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 12:55:13.000000000 -0400
+++ shadow/79060.tmp.9962	2006-09-15 14:11:16.000000000 -0400
@@ -138,6 +138,28 @@
 You might try to reproduce one of the test cases from bug #78241,
 if you can't provide your own.
 
 
 ------- Additional Comments From bugzilla at patearl.net  2006-09-15 12:55 -------
 This bug still applies as of 1.1.17.1.
+
+------- Additional Comments From bugzilla at patearl.net  2006-09-15 14:11 -------
+Here's an example of the output from mono --wapi=hps
+
+118 (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
+exit: 0, join: 0)
+119 (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
+exit: 0, join: 0)
+11a (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
+exit: 0, join: 0)
+11b (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
+exit: 0, join: 0)
+11c (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
+exit: 0, join: 0)
+11d (  1) [ Thread]    4 Sg (proc: 18230, tid: -1232311376, state: 1,
+exit: 0, join: 0)
+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.


More information about the mono-bugs mailing list