[Mono-bugs] [Bug 22597] Changed - Interface method implementation not found at runtime

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Mar 2002 22:49: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 joe@ximian.com.

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

--- shadow/22597	Wed Mar 27 01:48:30 2002
+++ shadow/22597.tmp.21769	Wed Mar 27 17:49:10 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,15 @@
 METHOD IGeneratable.get_QualifiedName
 
 (process:11320): ** ERROR **: file class.c: line 563 (mono_class_init):
 should not be reached
 aborting...
 make: *** [linux] Trace/breakpoint trap
+
+------- Additional Comments From joe@ximian.com  2002-03-27 17:49 -------
+To give a little more detail on this...
+
+The class that isn't working (BoxedGen) inherits from class StructBase
+and implements IGeneratable.  The BoxedGen class doesn't itself have
+an implementation of certain parts of IGeneratable (like the CName
+property above), but StructBase does, so the runtime should be using
+StructBase's implementation of these interfaces.