[Mono-bugs] [Bug 74192][Nor] Changed - remoting related crash inside the runtime

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 09:30:20 -0400 (EDT)


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 lluis@ximian.com.

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

--- shadow/74192	2005-04-19 08:01:11.000000000 -0400
+++ shadow/74192.tmp.26113	2005-04-19 09:30:20.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74192
 Product: Mono: Runtime
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo kernel 2.6.10
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: remoting
 AssignedTo: lluis@ximian.com                            
 ReportedBy: AndrewArnott@byu.edu               
 QAContact: mono-bugs@ximian.com
@@ -111,6 +111,11 @@
 mono_class_proxy_vtable. One interesting thing is that 
 remote_class->proxy_class is MarshalByRefObject there. 
 
 Lluis, could you look at this ?
 
 
+
+------- Additional Comments From lluis@ximian.com  2005-04-19 09:30 -------
+I changed the CALL to CALLVIRT and it works now. It is normal that
+remote_class->proxy_class shows MarshalByRefObject because the real
+class is unknown and not loaded in the client domain.