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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Mar 2002 07:12:52 -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=22597

--- shadow/22597	Wed Mar 27 23:42:18 2002
+++ shadow/22597.tmp.28388	Thu Mar 28 02:12:52 2002
@@ -1,12 +1,12 @@
 Bug#: 22597
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
@@ -52,6 +52,16 @@
 StructBase's implementation of these interfaces.
 
 ------- Additional Comments From mkestner@speakeasy.net  2002-03-27 23:42 -------
 Not sure how this got into NEEDINFO state, but no info has been
 requested or annotated in the bug, so I'm reopening it so it doesn't
 get overlooked.  If someone needs info on this, let me know what you need.
+
+------- Additional Comments From miguel@ximian.com  2002-03-28 02:12 -------
+I wonder what happened to my annotation.
+
+Anyways, at this point we need to find out if this bug is a bug in the
+compiler or a bug in the reflection.emit code in Mono.
+
+To do this, I need you to compile your code on Windows with mcs.  Does
+the resulting binary run ok on Linux?  If so, it is a Reflection.Emit
+bug, if not, it is an MCS bug.