[Mono-bugs] [Bug 21255] Changed - CS527 error incorrectly reported + segfault
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Mar 2002 21:06:10 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21255
--- shadow/21255 Tue Mar 5 12:17:45 2002
+++ shadow/21255.tmp.17261 Tue Mar 5 16:06:10 2002
@@ -107,6 +107,15 @@
ubp_av=0xbffff84c,
init=0x804f7ac <_init>, fini=0x80a2780 <_fini>,
rtld_fini=0x4000d2dc <_dl_fini>,
stack_end=0xbffff83c) at ../sysdeps/generic/libc-start.c:129
+
+------- Additional Comments From miguel@ximian.com 2002-03-05 16:06 -------
+Well, this is also a bug in Windows anyways. The problem is that we
+only look for implementation methods that are being defined by the
+current class. It did not occur to me that the implementation might
+be on a parent.
+
+I will start working on this now.
+