[Mono-bugs] [Bug 51126][Nor] New - assertion at mini.c:7257

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 11:07:36 -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 vargaz@freemail.hu.

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

--- shadow/51126	2004-04-07 11:07:36.000000000 -0400
+++ shadow/51126.tmp.27715	2004-04-07 11:07:36.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 51126
+Product: Mono: Runtime
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: assertion at mini.c:7257
+OtherBugsDependingOnThis: 51037
+
+The JIT asserts on the attached testcase. This is because bblock 1241 and
+bblock 306 are merged during branch optimization, despite the fact that 
+306 is a try block. This happens because the real_offset field of 306 is
+overwritten in GET_BBLOCK, so during region analysis, it gets assigned a
+region id of -1, same as block 1241.
+
+------- Additional Comments From vargaz@freemail.hu  2003-11-18 18:00 -------
+Created an attachment (id=5962)
+testcase
+
+
+------- Additional Comments From vargaz@freemail.hu  2003-12-23 08:37 -------
+Added a workaround to mini.c:2830.
+
+------- Additional Comments From vargaz@freemail.hu  2004-04-07 11:07 -------
+Fixed in CVS.