[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 17:58:50 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 16:25:10.000000000 -0400
+++ shadow/79060.tmp.13430	2006-09-15 17:58:50.000000000 -0400
@@ -172,6 +172,38 @@
 ------- Additional Comments From bugzilla at patearl.net  2006-09-15 16:24 -------
 The culprit is mono_thread_create, which still isn't particularly
 helpful information.
 
 ------- Additional Comments From bugzilla at patearl.net  2006-09-15 16:25 -------
 *** Bug 79104 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bugzilla at patearl.net  2006-09-15 17:58 -------
+The threads are started from mono_delegate_begin_invoke.  The
+method_name in the delegate is null.  While watching the output, I see
+the following pattern (time shown in seconds):
+
+mono_delegate_begin_invoke (1)
+  ^ Thread Created Here Using mono_thread_pool_add()
+mono_delegate_begin_invoke (2)
+mono_delegate_begin_invoke (3)
+mono_delegate_begin_invoke (4)
+mono_delegate_begin_invoke (5)
+mono_delegate_begin_invoke (6)
+mono_delegate_begin_invoke (7)
+mono_delegate_begin_invoke (8)
+mono_delegate_begin_invoke (9)
+mono_delegate_begin_invoke (10)
+  ^ Thread Created Here Using mono_thread_pool_add()
+mono_delegate_begin_invoke (11)
+mono_delegate_begin_invoke (12)
+mono_delegate_begin_invoke (13)
+mono_delegate_begin_invoke (14)
+mono_delegate_begin_invoke (15)
+mono_delegate_begin_invoke (16)
+mono_delegate_begin_invoke (17)
+mono_delegate_begin_invoke (18)
+mono_delegate_begin_invoke (19)
+  ^ Thread Created Here Using mono_thread_pool_add()
+mono_delegate_begin_invoke (20)
+mono_delegate_begin_invoke (21)
+mono_delegate_begin_invoke (22)
+etc...


More information about the mono-bugs mailing list