[Mono-bugs] [Bug 25329] New - finally block and Decimal member breaks runtime
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
27 May 2002 10:25:55 -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 ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25329
--- shadow/25329 Mon May 27 06:25:55 2002
+++ shadow/25329.tmp.4731 Mon May 27 06:25:55 2002
@@ -0,0 +1,40 @@
+Bug#: 25329
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 7.2
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: ndrochak@gol.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: finally block and Decimal member breaks runtime
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+Running an exe that uses a finally block with an object that contains a
+decimal member causes the runtime to throw an incorrect
+NullReferenceExeception.
+
+Steps to reproduce the problem:
+1. Compile and execute code on mono on linux.
+
+Actual Results:
+NullReferenceExeception is thrown as finally block is exited (I think this
+is the timing).
+
+Expected Results:
+No Errors.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+Boy, this took forever to track down. Enjoy!