[Mono-bugs] [Bug 25104] New - ves_icall_InternalInvoke does not support parameters of type array

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 May 2002 02:18:06 -0000


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

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

--- shadow/25104	Tue May 21 22:18:06 2002
+++ shadow/25104.tmp.13504	Tue May 21 22:18:06 2002
@@ -0,0 +1,21 @@
+Bug#: 25104
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: hestilow@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ves_icall_InternalInvoke does not support parameters of type array
+
+specifically, mono_runtime_invoke_array does not handle SZARRAY in its
+switch statement. The attached patch seems to work -- since Array is an
+Object, I just lumped it in with the other objects.