[Mono-bugs] [Bug 76388][Nor] New - [IA64] filter/finally clauses
need unwind info
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Oct 9 14:53:19 EDT 2005
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 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76388
--- shadow/76388 2005-10-09 14:53:19.000000000 -0400
+++ shadow/76388.tmp.24556 2005-10-09 14:53:19.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 76388
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: vargaz at gmail.com
+ReportedBy: vargaz at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [IA64] filter/finally clauses need unwind info
+
+These clauses allocate a new frame on the register stack, so they need
+unwind info. Testcase:
+
+ try {
+ throw new Exception ();
+ } finally {
+ throw new Exception ();
+ }
+
+Or the corlib unit tests:
+
+http://mono.ximian.com:8008/ia64-head-mono/builds/17/test%20profiles/0
More information about the mono-bugs
mailing list