[Mono-bugs] [Bug 42136][Nor] New - [mini] register allocation problem in exception handlers
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 30 Apr 2003 05:58:58 -0400 (EDT)
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=42136
--- shadow/42136 Wed Apr 30 05:58:58 2003
+++ shadow/42136.tmp.18145 Wed Apr 30 05:58:58 2003
@@ -0,0 +1,25 @@
+Bug#: 42136
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+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: [mini] register allocation problem in exception handlers
+
+The attached test case illustrates a register allocation problem: the code
+in the exception handler thinks %EDI holds the domain pointer, which is
+not true.
+
+You have to run the testcase with --optimize=shared to see the problem.
+
+I reported this earlier by mail but it seems to have been forgotten.