[Mono-bugs] [Bug 66025][Wis] Changed - [Wishlist] .NET 2.0 zero-size function bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 21:21:47 -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 martin@ximian.com.

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

--- shadow/66025	2004-09-19 03:14:25.000000000 -0400
+++ shadow/66025.tmp.18346	2004-09-19 21:21:47.000000000 -0400
@@ -3,21 +3,21 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Wishlist
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: peverify error for mcs generated assembly
+Summary: [Wishlist] .NET 2.0 zero-size function bug
 
 When running .NET 2.0's peverify on an assembly built using mcs (for the 
 code below), the following verify error is reported :
 
 ===[VERERR]  AREA='Global_type'    [offset 0x00000000]  [opcode nop]  
 [MESSAGE:'zero-size function is not valid']
@@ -61,6 +61,15 @@
 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)
+
+------- Additional Comments From martin@ximian.com  2004-09-19 21:21 -------
+I'm setting priority to Wishlist, but this may never get fixed.
+
+I know about this bug and already spent two weeks trying to debug the
+issue, using different test cases.  This is the maximum time I can
+spend on this, so I will not look at it any further.  I'm also not
+sure whether this is actually a bug in our compiler or a bug in .NET's
+runtime/PEVerify.