[Mono-bugs] [Bug 56044][Nor] Changed - mcs crashes with 4+ nulls in jagged array
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Mar 2004 00:45:37 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56044
--- shadow/56044 2004-03-25 14:24:57.000000000 -0500
+++ shadow/56044.tmp.22392 2004-03-26 00:45:37.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 56044
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Linux grindstone 2.6.1-gentoo #15 Tue Mar 2 18:26:20 EST 2004 i686 Celeron (Coppermine) GenuineIntel GNU/Linux
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: INVALID
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: tekhedd@byteheaven.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -79,6 +79,10 @@
But add _another_ null and you're in trouble again:
int[][] myBadArray = {new int[]{1, 2} , null, null, null, null};
I have no idea why you'd want to put that many nulls in a jagged array. Not
my code!
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-26 00:45 -------
+This works with the latest version of Mono. It looks like you have an
+older version, so upgrading it should fix your problem.