[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:15: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:13:27 2003
+++ shadow/42850.tmp.5971 Thu Jul 10 09:15:34 2003
@@ -1,16 +1,16 @@
Bug#: 42850
-Product: Mono/MCS
+Product: Mono/Runtime
Version: unspecified
OS: All
OS Details:
Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
-Component: Misc
+Component: misc
AssignedTo: martin@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -54,6 +54,16 @@
The MCS part of this bug is FIXED.
------- Additional Comments From martin@ximian.com 2003-07-10 09:13 -------
Created an attachment (id=4830)
Testcase
+
+------- Additional Comments From martin@ximian.com 2003-07-10 09:15 -------
+Re-assigning this bug to Mono/Runtime.
+
+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.