[Mono-bugs] [Bug 74734][Nor] Changed - [PATCH] mono not able to handle typeref to a nested class in the same assembly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 00:21:45 -0400 (EDT)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74734
--- shadow/74734 2005-04-28 12:00:40.000000000 -0400
+++ shadow/74734.tmp.6200 2005-04-29 00:21:45.000000000 -0400
@@ -83,6 +83,11 @@
Created an attachment (id=15027)
n2.exe : Compiled with ilasm.exe Version 1.1.4322.2032 (.net)
------- Additional Comments From vargaz@gmail.com 2005-04-28 12:00 -------
Fixed in SVN. Thanks for the patch.
+
+------- Additional Comments From rharinath@novell.com 2005-04-29 00:21 -------
+I missed mono_loader_unlock in there. On that topic, is the lock
+recursive? Here, we have mono_class_init invoked recursively -- why
+didn't it deadlock?