[Mono-bugs] [Bug 27420][Nor] Changed - using valuetypes in a loop leads to crash
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Jul 2002 08:57:35 -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=27420
--- shadow/27420 Thu Jul 4 14:10:10 2002
+++ shadow/27420.tmp.20305 Wed Jul 17 04:57:35 2002
@@ -1,14 +1,14 @@
Bug#: 27420
Product: Mono/Runtime
Version: unspecified
OS: Debian Potato
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,10 @@
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
+
+------- Additional Comments From dietmar@ximian.com 2002-07-17 04:57 -------
+we need to remove the valuetype pointer from the stack (for methods
+which returns value types) - fixed