[Mono-bugs] [Bug 70992][Blo] Changed - Segment fault instead of OutOfMemoryException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Jan 2005 17:20:48 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70992
--- shadow/70992 2005-01-05 11:48:38.000000000 -0500
+++ shadow/70992.tmp.12387 2005-01-07 17:20:48.000000000 -0500
@@ -58,6 +58,10 @@
------- Additional Comments From vargaz@gmail.com 2005-01-05 11:48 -------
The maximum size of arrays in .NET is UInt32.MaxValue, which is
around 4294967295. A 266000000 length array of 32 bit ints is larger
than this.
+
+------- Additional Comments From vargaz@gmail.com 2005-01-07 17:20 -------
+I can't reproduce the crash. What mono version are you using ? And are
+you using the amd64 port ?