[Mono-bugs] [Bug 55749][Maj] Changed - Another deadlock when running static constructors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 15:39:08 -0500 (EST)


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 vargaz@freemail.hu.

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

--- shadow/55749	2004-03-22 08:02:51.000000000 -0500
+++ shadow/55749.tmp.32390	2004-03-24 15:39:08.000000000 -0500
@@ -117,6 +117,9 @@
 of deadlocks between class constructors trying to execute each other.
 
 ------- Additional Comments From lluis@ximian.com  2004-03-22 08:02 -------
 Created an attachment (id=7052)
 Proposed patch that removes the domain lock from mono_jit_compile_method_with_opt. Comments?
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-24 15:39 -------
+This is fixed by Bernie's patch, isn't it ?