[Mono-bugs] [Bug 23846] Changed - Mono runtime running out of registers?

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
25 Apr 2002 07:54:58 -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 dietmar@ximian.com.

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

--- shadow/23846	Thu Apr 25 00:17:37 2002
+++ shadow/23846.tmp.18513	Thu Apr 25 03:54:58 2002
@@ -1,14 +1,14 @@
 Bug#: 23846
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: crichton@gimp.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,9 @@
 ** ERROR **: file emit-x86.c: line 510 (tree_allocate_regs): assertion
 failed: (tree->reg1 != -1)
 
 Looking at the code in mono/jit/regset.c:mono_regset_alloc_reg, it looks
 like I'm running out of registers (I put a "printf("outofregs?"); just
 before the first return -1; line of code).  Is there any way around this?
+
+------- Additional Comments From dietmar@ximian.com  2002-04-25 03:54 -------
+How can I reproduce that bug - where is the code?