[Mono-bugs] [Bug 75014][Nor] New - Using RAIL to copy a method with
exception handlers triggers assertion
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 20 17:41:32 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 vladimir at pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75014
--- shadow/75014 2005-05-20 17:41:32.000000000 -0400
+++ shadow/75014.tmp.18873 2005-05-20 17:41:32.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 75014
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: vladimir at pobox.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Using RAIL to copy a method with exception handlers triggers assertion
+
+Mono 1.1.7, installed via installer. Fedora Core 4 test 3.
+
+Using RAIL 0.5.7 from http://rail.dei.uc.pt/, the attached two cs files
+will trigger an assertion failure in mono:
+
+% mcs /target:library /out:foo.dll foo.css
+% mcs /out:railtest.exe railtest.cs /r:RAIL.dll
+% mono railtest.exe
+
+** ERROR **: file reflection.c: line 835 (method_encode_clauses): assertion
+failed: (ex_info->handlers)
+aborting...
+
+Getting rid of the try/catch block makes the assertion go away.
More information about the mono-bugs
mailing list