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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 21:07:09 -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 lluis@ximian.com.

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

--- shadow/55749	2004-03-18 20:58:00.000000000 -0500
+++ shadow/55749.tmp.816	2004-03-18 21:07:09.000000000 -0500
@@ -89,6 +89,10 @@
 lock. I will try it.
 
 ------- Additional Comments From lluis@ximian.com  2004-03-18 20:58 -------
 Created an attachment (id=7018)
 This patch fixes the bug. Comments?
 
+
+------- Additional Comments From lluis@ximian.com  2004-03-18 21:07 -------
+Hmm, the patch is wrong, it can cause deadlocks between class and
+domain locks.