[Mono-bugs] [Bug 52134][Wis] New - AOT fails to build corlib.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 21:15:57 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52134
--- shadow/52134 2003-12-12 21:15:57.000000000 -0500
+++ shadow/52134.tmp.4340 2003-12-12 21:15:57.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 52134
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AOT fails to build corlib.
+
+Corlib fails to build with the recent CVS:
+
+mono$ mono --aot mscorlib.dll
+Mono Ahead of Time compiler - compiling assembly /mono/lib/mscorlib.dll
+
+Unhandled Exception: System.TypeInitializationException: An exception was
+thrown by the type initializer for Mono.Security.X509.TrustAnchors --->
+System.Security.Cryptography.CryptographicException: Input data cannot be
+coded as a valid certificate.
+in <0x00a79> Mono.Security.X509.X509Certificate:Parse (byte[])
+in <0x00023> Mono.Security.X509.X509Certificate:.ctor (byte[])
+in <0x0013d> Mono.Security.X509.TrustAnchors:.cctor ()
+--- End of inner exception stack trace ---