[Mono-bugs] [Bug 39632][Wis] Changed - Outer finally blocks skipped

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 25 Apr 2003 04:01:40 -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 dietmar@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=39632

--- shadow/39632	Thu Mar 13 07:21:18 2003
+++ shadow/39632.tmp.3567	Fri Apr 25 04:01:40 2003
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathias.hasselmann@gmx.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -80,6 +80,21 @@
 According to the information in the changelog of bug 36252 there is some
 probability that following patch introduced the behavior: 
 
 http://bugzilla.ximian.com/showattachment.cgi?attach_id=3260
 
 Reason: The code in exception3.cs looks like similiar to my example.
+
+------- Additional Comments From dietmar@ximian.com  2003-04-25 04:01 -------
+Looks that the exception issue is already fixed in the new JIT. But
+now there is another problem, it prints:
+
+i = 11
+cleaning up
+
+Expected Results:
+
+i = 123
+cleaning up
+
+
+