[Mono-bugs] [Bug 75007][Maj] Changed - Hang in constructor

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 10 18:52:50 EDT 2005


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 bmaurer at users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=75007

--- shadow/75007	2005-06-10 18:50:49.000000000 -0400
+++ shadow/75007.tmp.32554	2005-06-10 18:52:50.000000000 -0400
@@ -67,6 +67,18 @@
 happening there too.
 
 ------- Additional Comments From bmaurer at users.sf.net  2005-06-10 18:50 -------
 Created an attachment (id=15301)
 Trace from my box
 
+
+------- Additional Comments From bmaurer at users.sf.net  2005-06-10 18:52 -------
+I got a very similar stack trace. Note threads 1 and 2:
+
+Thread 1:
+mono_class_init             -- Holds loader lock
+mono_domain_assembly_search -- Holds domain lock
+
+Thread 2:
+mono_method_get_object      -- Holds domain lock
+mono_class_from_name        -- Holds loader lock
+


More information about the mono-bugs mailing list