[Mono-bugs] [Bug 53713][Nor] New - Problem with `box !0'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 1 Feb 2004 16:17:04 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53713
--- shadow/53713 2004-02-01 16:17:04.000000000 -0500
+++ shadow/53713.tmp.12356 2004-02-01 16:17:04.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 53713
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: martin@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Problem with `box !0'
+
+The following test case (gen-21) fails with
+** ERROR **: Invalid IL code at IL0011 in .Foo<String>:Test (): IL_0011:
+call 0x06000007
+The instruction before the call is a `box !0'. I debugged this a bit and
+it seems to fail in the CHECK_STACK() in mini.c:3164.