[Mono-bugs] [Bug 73242][Maj] Changed - Thrown exception is not being caught by catch handler
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 04:00:17 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73242
--- shadow/73242 2005-03-02 18:10:02.000000000 -0500
+++ shadow/73242.tmp.15000 2005-03-03 04:00:17.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 73242
-Product: Mono: Compilers
+Product: Mono: Runtime
Version: 1.1
OS: SUSE 9.1
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
-Component: C#
+Component: JIT
AssignedTo: mono-bugs@ximian.com
ReportedBy: wsf@fultondesigns.co.uk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -74,6 +74,12 @@
Occurs in version 1.1.4 on both Windows and Linux (SuSe).
------- Additional Comments From wsf@fultondesigns.co.uk 2005-03-02 18:10 -------
Created an attachment (id=14508)
testcase to reproduce the problem
+
+------- Additional Comments From rharinath@novell.com 2005-03-03 04:00 -------
+I compiled the testcase with mcs, and executed it on .NET, and got the
+expected results. The generated IL looked OK.
+
+Seems like a runtime bug ... reassigning.