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=76374 --- shadow/76374 2005-10-10 18:48:18.000000000 -0400 +++ shadow/76374.tmp.31966 2005-11-01 03:00:14.000000000 -0500 @@ -1,12 +1,12 @@ Bug#: 76374 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: NEW +Status: ASSIGNED Resolution: Severity: Unknown Priority: Normal Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -65,6 +65,15 @@ How often does this happen? any time. ------- Additional Comments From [EMAIL PROTECTED] 2005-10-10 18:48 ------- This bug only occurs with files over 500 KB size. + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-01 03:00 ------- +It is a bug, but its not safe to use the char functions on the binary +reader. I'm guessing that because we default to utf-8 like ms.net, if +the byte at where ever the buffer is at, is above 128, in UTF-8 that +would need to keep rolling over and does so until it hits something +looking for something else and borks. It looks pretty safe but the +error is up inside System.Text somewhere. Can you post the image you +where using so I can duplicate this exactly? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
