[Mono-bugs] [Bug 25698] Changed - try-catch messes up string length
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Jun 2002 17:54:21 -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=25698
--- shadow/25698 Mon Jun 3 12:05:04 2002
+++ shadow/25698.tmp.30056 Mon Jun 3 13:54:21 2002
@@ -1,14 +1,14 @@
Bug#: 25698
Product: Mono/Runtime
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,11 @@
return 0;
} else {
return 1;
}
}
}
+
+------- 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.