[Mono-bugs] [Bug 55720][Maj] Changed - Hang when exception is thrown from static constructor

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Mar 2004 14:15:59 -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=55720

--- shadow/55720	2004-03-17 14:15:07.000000000 -0500
+++ shadow/55720.tmp.10250	2004-03-17 14:15:59.000000000 -0500
@@ -50,6 +50,11 @@
 The method is executed, but the execution never ends.
 The problems is that the exception is raised from inside a domain lock, and
 this lock it is never released.
 
 I'm attaching a proposed patch. It is not the best patch in the world, but
 I can't find any easier solution.
+
+------- Additional Comments From lluis@ximian.com  2004-03-17 14:15 -------
+Created an attachment (id=7006)
+Proposed patch. Comments?
+