[Mono-bugs] [Bug 25698][Maj] Changed - try-catch messes up string length
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Jun 2002 09:50:56 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25698
--- shadow/25698 Mon Jun 3 13:54:21 2002
+++ shadow/25698.tmp.17219 Mon Jun 17 05:50:56 2002
@@ -1,13 +1,13 @@
Bug#: 25698
Product: Mono/Runtime
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
@@ -43,6 +43,10 @@
}
------- Additional Comments From lupus@ximian.com 2002-06-03 13:54 -------
It works when disabling the linear scan register allocator,
though it seems the string if already corrupted at the StartsWith
method entry.
+
+------- Additional Comments From dietmar@ximian.com 2002-06-17 05:50 -------
+we now correctly restore callee saved register in the stack unwinding
+code.