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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
