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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Mar 2002 06:48:30 -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 mkestner@speakeasy.net.

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

--- shadow/22597	Wed Mar 27 01:48:30 2002
+++ shadow/22597.tmp.6982	Wed Mar 27 01:48:30 2002
@@ -0,0 +1,43 @@
+Bug#: 22597
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mkestner@speakeasy.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Interface method implementation not found at runtime
+
+mono mcs gtk-sharp cvs updated approx 17:00 CST 3/26/02
+
+to reproduce, on linux in gtk-sharp/generator do a make linux.
+
+Gtk# codegen.exe compiled with csc runs to completion without exceptions on
+mint/mono on linux.  However, codegen.exe compiled on linux and run on mint
+/mono on linux fails with the following error:
+
+mono ./codegen.exe gtkapi.xml
+no implementation for interface method
+GtkSharp.Generation.IGeneratable::get_CName in class
+GtkSharp.Generation.BoxedGen
+METHOD .ctor
+METHOD CallByName
+METHOD FromNative
+METHOD Generate
+METHOD get_MarshalType
+METHOD IGeneratable.get_CName
+METHOD IGeneratable.get_Name
+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