[Mono-bugs] [Bug 59509][Nor] Changed - Can't catch OutOfMemoryException for multiple dimension arrays

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 12:33:23 -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 lupus@ximian.com.

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

--- shadow/59509	2004-06-03 10:07:32.000000000 -0400
+++ shadow/59509.tmp.21499	2004-06-18 12:33:23.000000000 -0400
@@ -78,6 +78,9 @@
 call convention (amd64, but even ppc requires a slightly different
 call setup) and they can't be handled nicely as is.
 The solution would be to not use vararg methods: the jit should
 allocate a local var big enough to store the arguments and the alloc
 function mono_array_new_full() should be called (through a wrapper
 this time since it's possible as it's not a vararg function).
+
+------- Additional Comments From lupus@ximian.com  2004-06-18 12:33 -------
+*** Bug 60332 has been marked as a duplicate of this bug. ***