[Mono-bugs] [Bug 25329] Changed - finally block and Decimal member breaks runtime

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 May 2002 17:11:24 -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=25329

--- shadow/25329	Mon May 27 06:27:34 2002
+++ shadow/25329.tmp.7425	Mon May 27 13:11:24 2002
@@ -1,14 +1,14 @@
 Bug#: 25329
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,12 @@
 Boy, this took forever to track down.  Enjoy!
 
 ------- Additional Comments From ndrochak@gol.com  2002-05-27 06:27 -------
 Created an attachment (id=1785)
 Source code which reproduces the error.
 
+
+------- Additional Comments From dietmar@ximian.com  2002-05-27 13:11 -------
+wow - thanks for finding that (hard to find) bug! The problem was that
+we modified ESP in finally handler, so the final return jumps to
+nowhere. We now save the ESP and restore it befor we return from
+finally handler. Also added a test (decimal.cs)