[Mono-bugs] [Bug 66025][Nor] Changed - peverify error for mcs generated assembly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 14:31:54 -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 gert.driesen@pandora.be.

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

--- shadow/66025	2004-09-15 13:58:09.000000000 -0400
+++ shadow/66025.tmp.20245	2004-09-15 14:31:54.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 66025
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,15 @@
 
 Apparently the assembly that is built by mcs cannot even be disassembled 
 completely using the MS.NET 2.0 ildasm.
 
 I'm not sure if this a regression in MS.NET 2.0, or a bug in Mono which 
 is only detected in MS.NET 2.0.
+
+------- Additional Comments From gert.driesen@pandora.be  2004-09-15 14:31 -------
+Apparently the problem is more serious than I thought: when 
+compiling that code using gmcs, and running it on .NET 2.0 you get 
+the following exception :
+
+Unhandled Exception: System.InvalidProgramException: Common Language 
+Runtime detected an invalid program.
+   at ConsoleStub.Main(String[] args)