[Mono-bugs] [Bug 52438][Cri] New - Passing an ArrayList between Windows XP Microsoft 1.0 CLR and RedHat 9.0 Mono .29.99 via Remoting

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Dec 2003 10:47:05 -0500 (EST)


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 matt.davey@finetix.com.

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

--- shadow/52438	2003-12-22 10:47:05.000000000 -0500
+++ shadow/52438.tmp.6202	2003-12-22 10:47:05.000000000 -0500
@@ -0,0 +1,62 @@
+Bug#: 52438
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 7.2
+OS Details: RedHat 7.2 with Mono 0.29.99
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: matt.davey@finetix.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Passing an ArrayList between Windows XP Microsoft 1.0 CLR and RedHat 9.0 Mono .29.99 via Remoting
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+I just got the latest mono and mcs files from CVS (I hope) and have
+done a clean build.  My little mono app (client and server
+communicating via remoting) works well when run on a Redhat 9 box,
+however, when I run the client on a Windows XP and the server on
+Redhat, and try and pass an arraylist of 2 strings from the client to
+the server, I get an exception:
+ 
+Exception has been thrown by the target of an invocation.in
+(unmanaged) /usr/local/lib/libmono.so.0(mono_raise_exception+0x1b)
+[0x4007f19f]
+in (unmanaged) /usr/local/lib/libmono.so.0 [0x4009019d]
+in <0x00044> (wrapper remoting-invoke)
+clientcomlib.ClientCallback:Send (System.Collections.ArrayList)
+
+
+Steps to reproduce the problem:
+1. Run a remoting client on Windows XP using Microsoft CLR 1.0, the 
+remoting server on RedHat 9.0 using Mono 0.29.99
+2. Try passing an ArrayList with 2 string in it from client to server, or 
+server to client
+3. Above exception is generated on the server
+
+Actual Results:
+
+Exception has been thrown by the target of an invocation.in
+(unmanaged) /usr/local/lib/libmono.so.0(mono_raise_exception+0x1b)
+[0x4007f19f]
+in (unmanaged) /usr/local/lib/libmono.so.0 [0x4009019d]
+in <0x00044> (wrapper remoting-invoke)
+clientcomlib.ClientCallback:Send (System.Collections.ArrayList)
+
+Expected Results:
+
+ArrayList should be passed between XP and RedHat
+
+How often does this happen? 
+
+Always
+
+Additional Information: