[Mono-bugs] [Bug 75881][Nor] New - [PATCH] Pending init.. error when dll referenced from mcs

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 23 03:06:22 EDT 2005


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 jankit at novell.com.

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

--- shadow/75881	2005-08-23 03:06:22.000000000 -0400
+++ shadow/75881.tmp.24556	2005-08-23 03:06:22.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 75881
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jankit at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] Pending init.. error when dll referenced from mcs
+
+In mono_class_from_typeref don't call mono_class_init as it might've been
+called recursively from mono_class_init itself.
+
+Attached is the proposed patch and two files (rt.dll & xx.cs)
+To reproduce the problem:
+
+$ mcs /r:rt.dll xx.cs
+
+It gives
+
+** ERROR **: pending init java.io.ObjectInputStream
+
+aborting...
+Aborted


More information about the mono-bugs mailing list