[Mono-bugs] [Bug 71454][Wis] Changed - indexing into multidimensional arrays generates NullReferenceException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Jan 2005 12:55:07 -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 jonpryor@vt.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=71454
--- shadow/71454 2005-01-19 07:29:19.000000000 -0500
+++ shadow/71454.tmp.1157 2005-01-19 12:55:07.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71454
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: JIT
AssignedTo: mono-bugs@ximian.com
ReportedBy: jonpryor@vt.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -92,6 +92,17 @@
Additional Information:
This also generates a NullReferenceException on svn-HEAD.
See also:
http://lists.ximian.com/archives/public/mono-list/2005-January/025349.html
+
+------- Additional Comments From jonpryor@vt.edu 2005-01-19 12:55 -------
+More random information...
+
+Disabling optimization allows the program to work;
+``mono -O=-all jit.exe'' works properly.
+
+Listing *any* optimization causes the exception (-O=peephole, etc.).
+
+Also, kangaroo informs me that this doesn't effect the ppc jit.
+