[Mono-bugs] [Bug 33531][Nor] New - JIT error with array getter

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Nov 2002 17:08:41 -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 dave-gnome-bugs@earth.li.

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

--- shadow/33531	Sat Nov  9 12:08:41 2002
+++ shadow/33531.tmp.9024	Sat Nov  9 12:08:41 2002
@@ -0,0 +1,38 @@
+Bug#: 33531
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dave-gnome-bugs@earth.li               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: JIT error with array getter
+
+Description of Problem:
+
+JITter throws assertion
+** ERROR **: file emit-x86.c: line 1001 (arch_allocate_regs): assertion
+failed: (cfg->rs->free_mask == 0xffffffff)
+
+
+Steps to reproduce the problem:
+1. Compile attaced regBug.cs (I used mcs)
+2. run it in mono
+3. it should just do nothing, instead we get an assertion failure
+
+
+How often does this happen? 
+
+Everytime
+
+Additional Information:
+
+mcs and mono from cvs 9/11/2002, about 11am.