[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 20:58:00 -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 19:10:37.000000000 -0500
+++ shadow/55749.tmp.725	2004-03-18 20:58:00.000000000 -0500
@@ -84,6 +84,11 @@
 hard to implement.
 
 ------- Additional Comments From lluis@ximian.com  2004-03-18 19:10 -------
 This section refers to deadlocks between type initializers. I think
 that this one could be fixed by using a class lock instead of a domain
 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?
+