[Mono-bugs] [Bug 27396][Nor] New - incorrect code in localloc implementation
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Jul 2002 18:20:15 -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=27396
--- shadow/27396 Wed Jul 3 14:20:15 2002
+++ shadow/27396.tmp.6962 Wed Jul 3 14:20:15 2002
@@ -0,0 +1,27 @@
+Bug#: 27396
+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: incorrect code in localloc implementation
+
+Description of Problem:
+
+The localloc implementation in x86.brg:1720 restores registers in an
+incorrect order, leading to strange bugs and crashes when valuetypes are
+used. The attached patch fixes the problem.
+
+
+Steps to reproduce the problem:
+1. Spend a lot of time debugging assembly code :(