[Mono-bugs] [Bug 80805][Wis] Changed - System.ArgumentOutOfRangeException: Argument is out of range.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 12 10:27:01 EST 2007
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 liedekef at telenet.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80805
--- shadow/80805 2007-02-12 10:17:12.000000000 -0500
+++ shadow/80805.tmp.8511 2007-02-12 10:27:01.000000000 -0500
@@ -213,6 +213,17 @@
------- Additional Comments From lupus at ximian.com 2007-02-12 10:17 -------
Add before that line:
Console.WriteLine ("Substr: '{0}', start: {1}, len: {2}", this,
startIndex, length);
Hopefully the WriteLine will not strigger a Substring call or you'll
get a stack overflow.
+
+------- Additional Comments From liedekef at telenet.be 2007-02-12 10:27 -------
+Well, I ran the code with the --trace option (using disabled, and then
+SIGURS2 just before I pressed the button), and I got this (which is
+according to me the call to the substring function in question):
+
+. . . . . . . . . . . . . . . . . . . . ENTER: System.String:Substring
+(int,int)
+(this:[STRING:0x49ac0f0:192.168.2.100o anti roos vet haa], 0, 13, )
+
+is this sufficient?
More information about the mono-bugs
mailing list