[Mono-bugs] [Bug 76581][Nor] Changed - [GMCS]
mono_object_get_virtual_method() fails to resolve virtual
generic method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 28 07:53:40 EDT 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76581
--- shadow/76581 2005-10-28 06:05:16.000000000 -0400
+++ shadow/76581.tmp.21551 2005-10-28 07:53:40.000000000 -0400
@@ -142,6 +142,11 @@
. . . ENTER: Base:.ctor ()(this:00CEDFE8[.Derived object1288.exe], )
. . . LEAVE: Base:.ctor ()
. . LEAVE: Derived:.ctor ()
. . ENTER: (wrapper managed-to-native)
System.Object:__icall_wrapper_compile_generic_method
(object,intptr,intptr)([.Derived:00CEDFE8], 010A2D60, 010A56A8, )
+
+------- Additional Comments From atsushi at ximian.com 2005-10-28 07:53 -------
+It seems that in mono_class_get_overrides_full() tdef->base is 0 for
+Derived class, so it just returns without filling overrides.
+
More information about the mono-bugs
mailing list