[Mono-bugs] [Bug 27420][Nor] New - using valuetypes in a loop leads to crash

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Jul 2002 18:09:28 -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.18175	Thu Jul  4 14:09:28 2002
@@ -0,0 +1,21 @@
+Bug#: 27420
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Potato
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+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
+
+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.