[Mono-bugs] [Bug 30338][Nor] Changed - (mono_cfg_new): assertion failed: (((MonoMethodNormal *)method)->header)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
14 Sep 2002 20:34:24 -0000


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@gnome.org.

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

--- shadow/30338	Sat Sep 14 11:52:16 2002
+++ shadow/30338.tmp.28741	Sat Sep 14 16:34:24 2002
@@ -1,14 +1,14 @@
 Bug#: 30338
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@gnome.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -64,6 +64,11 @@
 	{
 		Y y = new Y ();
 		Console.WriteLine (y.Test ());
 	}
 }
 ====
+
+------- Additional Comments From martin@gnome.org  2002-09-14 16:34 -------
+Btw. can someone please have a look at the MCS generated executable and tell what's wrong with it ?
+PEVerify reports a TypeLoad error and it also doesn't work with the ms runtime, but I don't see what the problem is.
+