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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
25 Sep 2002 14:42:42 -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 lupus@ximian.com.

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

--- shadow/30338	Wed Sep 25 09:57:25 2002
+++ shadow/30338.tmp.1512	Wed Sep 25 10:42:42 2002
@@ -93,6 +93,14 @@
 
 When trying to run the csc-generated executable, I get
 
 ** ERROR **: file jit.c: line 3663 (mono_cfg_new): assertion failed: (((MonoMethodNormal *)method)->header)
 
 
+
+------- Additional Comments From lupus@ximian.com  2002-09-25 10:42 -------
+There is a runtime bug: somehow the vtable is wrong since the get_Foo
+method in Y is assigned a different slot than the get_Foo in X.
+However, mcs still miscompiles the code when run on either the mono or
+the ms runtime.
+BTW: compiling with mcs in mono the Y class also implements the I
+interface.