[Mono-bugs] [Bug 27420][Nor] Changed - mint: using valuetypes in a loop leads to crash
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Dec 2002 06:41:39 -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=27420
--- shadow/27420 Tue Sep 24 10:07:00 2002
+++ shadow/27420.tmp.31112 Sat Dec 7 01:41:39 2002
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: using valuetypes in a loop leads to crash
+Summary: mint: using valuetypes in a loop leads to crash
Mono allocates valuetypes on the stack using alloca(), which leads to a
stack overflow if this is done inside a loop. The attached testcase crashes
both mono and mint. The microsoft .NET SDK runs it fine.
------- Additional Comments From vargaz@freemail.hu 2002-07-04 14:10 -------
@@ -29,6 +29,10 @@
we need to remove the valuetype pointer from the stack (for methods
which returns value types) - fixed
------- Additional Comments From vargaz2@freemail.hu 2002-07-22 15:04 -------
Hi.
The JIT is fixed, but mint still crashes with the testcase.
+
+------- Additional Comments From miguel@ximian.com 2002-12-07 01:41 -------
+made subject more specific
+