[Mono-bugs] [Bug 76295][Wis] Changed - Remoting of explicit interface implementation fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 30 19:30:18 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 csaba.halasz at gmail.com.

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

--- shadow/76295	2005-09-30 12:22:47.000000000 -0400
+++ shadow/76295.tmp.2519	2005-09-30 19:30:18.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: Csaba.Halasz at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -78,6 +78,19 @@
 Tested with 1.1.9 20050927
 
 ------- Additional Comments From Csaba.Halasz at gmail.com  2005-09-30 12:22 -------
 Created an attachment (id=15852)
 separate test case
 
+
+------- Additional Comments From Csaba.Halasz at gmail.com  2005-09-30 19:30 -------
+Line 109 of mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs
+looks like this:
+if (reqMsg.MethodBase.DeclaringType == tt /*||
+reqMsg.MethodBase.DeclaringType.IsInterface*/)
+
+If I remove the comment signs, I get an error during execution:
+** ERROR **: file mini.c: line 9549 (mono_jit_compile_method_inner):
+should not be reached
+
+I guess that's why it is commented out ;-)
+I have attached a temporary hack that seems to work for simple cases.


More information about the mono-bugs mailing list