[Mono-bugs] [Bug 56820][Nor] Changed - RealProxy with IRemotingTypeInfo causes mono crash
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Apr 2004 13:08:36 -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=56820
--- shadow/56820 2004-04-11 21:08:28.000000000 -0400
+++ shadow/56820.tmp.32250 2004-04-13 13:08:36.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 56820
Product: Mono: Runtime
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -83,6 +83,11 @@
in (unmanaged) /usr/local/lib/libmono.so.0(mono_remote_class+0x31) [0x38bbd5]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x396635]
in <0x0015e> System.Runtime.Remoting.Proxies.RealProxy:GetTransparentProxy ()
in <0x00042> Driver:Main ()
Works as expected under .NET 1.1 (prints "CanCastTo Derived").
+
+------- Additional Comments From lluis@ximian.com 2004-04-13 13:08 -------
+Fixed in CVS. The problem was that your override of
+IRemotingTypeInfo.TypeName returns null, and RealProxy couldn't cope
+with it.