[Mono-bugs] [Bug 23076] Changed - MarkLabel gets confused

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Apr 2002 10:59:20 -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 lupus@ximian.com.

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

--- shadow/23076	Mon Apr  8 12:10:14 2002
+++ shadow/23076.tmp.24491	Wed Apr 10 06:59:20 2002
@@ -1,13 +1,13 @@
 Bug#: 23076
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dick@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,10 @@
 The code that demonstrates the bug
 
 
 ------- Additional Comments From miguel@ximian.com  2002-04-08 12:10 -------
 I believe this bug is a bug in the class libraries, because this works
 on Windows.
+
+------- Additional Comments From lupus@ximian.com  2002-04-10 06:59 -------
+Fixed in cvs: the underlying problem was that I didn't keep track of
+nested exception blocks correctly.