[Mono-bugs] [Bug 27420][Nor] Changed - using valuetypes in a loop leads to crash
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Jul 2002 18:10:10 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=27420
--- shadow/27420 Thu Jul 4 14:09:28 2002
+++ shadow/27420.tmp.18203 Thu Jul 4 14:10:10 2002
@@ -16,6 +16,11 @@
Cc:
Summary: 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 -------
+Created an attachment (id=1953)
+testcase
+