[Mono-bugs] [Bug 44023][Nor] New - --compile-all corlib.dll is broken

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 2 Jun 2003 06:23:40 -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 dietmar@ximian.com.

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

--- shadow/44023	Mon Jun  2 06:23:40 2003
+++ shadow/44023.tmp.10449	Mon Jun  2 06:23:40 2003
@@ -0,0 +1,47 @@
+Bug#: 44023
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dietmar@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: --compile-all corlib.dll is broken
+
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. mono -O=-all --aot /usr/local/lib/corlib.dll
+
+
+Actual Results:
+
+Unhandled Exception: System.TypeInitializationException: An exception was
+thrown by the type initializer for System.Runtime.Remoting.RemotingServices
+---> System.NullReferenceException: A null value was found where an object
+instance was required
+in <0x0000d> 00 System.Globalization.NumberFormatInfo:get_CurrentInfo ()
+in <0x0005b> 00 System.Globalization.NumberFormatInfo:GetInstance
+(System.IFormatProvider)
+in <0x0000d> 00 System.UInt32:ToString (string,System.IFormatProvider)
+in <0x00015> 00 System.UInt32:ToString (string)
+in <0x00062> 00 System.Guid:BaseToString (bool,bool,bool)
+in <0x0001c> 00 System.Guid:ToString ()
+in <0x00072> 00 System.Runtime.Remoting.RemotingServices:.cctor ()
+--- End of inner exception stack trace ---
+
+
+Expected Results:
+no errors
+
+How often does this happen? 
+always