[Mono-bugs] [Bug 42850][Nor] Changed - MCS Incorrectly handles Decimal constants in multi-bound arrays

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 10 Jul 2003 09:16:34 -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 martin@ximian.com.

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

--- shadow/42850	Thu Jul 10 09:15:34 2003
+++ shadow/42850.tmp.8359	Thu Jul 10 09:16:34 2003
@@ -64,6 +64,10 @@
 The attached testcase C.cs compiles fine with MCS and the produced
 binary PEVerifies and runs on the MS runtime without problems.  When
 run with mono, you get a crash.
 
 The same happens if you compile the testcase with csc and run the
 binary with mono.
+
+------- Additional Comments From martin@ximian.com  2003-07-10 09:16 -------
+C.cs looks like the original testcase, but the array is much bigger. 
+The problem only occurs when using very big arrays.