[Mono-bugs] [Bug 49926][Nor] New - Remoting exception with arrays
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Oct 2003 09:02:56 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49926
--- shadow/49926 2003-10-21 09:02:55.000000000 -0400
+++ shadow/49926.tmp.4999 2003-10-21 09:02:56.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 49926
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Remoting exception with arrays
+
+Get the test case from bug #49923.
+
+With and up to date CVS I get now:
+Unhandled Exception: System.ArgumentException: length
+
+Server stack trace:
+in <0x00212> System.Array:Copy (System.Array,int,System.Array,int,int)
+in <0x000ad> System.Array:Copy (System.Array,System.Array,int)
+in <0x0006a> System.Runtime.Remoting.Messaging.ReturnMessage:get_OutArgs ()
+in <0x00164> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
+in (unmanaged) (wrapper ldfld) System.Object:__ldfld_wrapper_System.Object
+(object,intptr,intptr,intptr)
+in <0x00004> (wrapper ldfld) System.Object:__ldfld_wrapper_System.Object
+(object,intptr,intptr,intptr)
+in <0x00020> .B:DoSomething ()
+........
+........
+
+Under MS it works fine.