[Mono-bugs] [Bug 25276] Changed - Rectangular Arrays Generate invalid code

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
25 May 2002 20:57:33 -0000


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 miguel@ximian.com.

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

--- shadow/25276	Sat May 25 09:36:56 2002
+++ shadow/25276.tmp.7274	Sat May 25 16:57:33 2002
@@ -1,16 +1,16 @@
 Bug#: 25276
-Product: Mono/MCS
+Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
-Component: Misc
+Severity: Unknown
+Priority: Normal
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -57,6 +57,26 @@
 tests/test-45.cs appears to also test this.
 
 ------- Additional Comments From dave-mono@earth.li  2002-05-25 09:36 -------
 Created an attachment (id=1781)
 Test of Rectangular array usage
 
+
+------- Additional Comments From miguel@ximian.com  2002-05-25 16:57 -------
+I am re-assigning this bug to the Mono runtime, as the compiler
+generates the correct code on Windows.  
+
+I have verified that the problem happens only when compiling this on
+Linux.  The following output shows:
+
+erandi$ mono mcs.exe a.cs
+requested token for MonoArrayMethod
+requested token for MonoArrayMethod
+requested token for MonoArrayMethod
+RESULT: 0
+erandi$ mono a.exe
+got wrong token: 0x00000000
+
+** ERROR **: file loader.c: line 362 (mono_get_method): assertion
+failed: (table == MONO_TABLE_MEMBERREF)
+aborting...
+Aborted