[Mono-bugs] [Bug 77238][Nor] New - bug in CP936 encoding
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 13 09:26:04 EST 2006
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 bruno at clisp.org.
http://bugzilla.ximian.com/show_bug.cgi?id=77238
--- shadow/77238 2006-01-13 09:26:04.000000000 -0500
+++ shadow/77238.tmp.24322 2006-01-13 09:26:04.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 77238
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Mac OS X 10.3
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: bruno at clisp.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: bug in CP936 encoding
+
+Please fill in this template when reporting a bug, unless you know what you are
+doing.
+Description of Problem:
+
+The CP936 encoding converter throws exceptions where it shouldn't.
+
+Steps to reproduce the problem:
+1. mcs monobug.cs
+2. mono monobug.exe
+
+Actual Results:
+
+System.IndexOutOfRangeException: Array index is out of range.
+in <0x0016c> I18N.CJK.CP936:GetChars (System.Byte[] bytes, Int32
+byteIndex, Int32 byteCount, System.Char[] chars, Int32 charIndex)
+in <0x000cc> I18N.CJK.DbcsEncoding:GetCharCount (System.Byte[] bytes,
+Int32 index, Int32 count)
+in <0x0005c> System.Text.Encoding:GetChars (System.Byte[] bytes)
+in <0x000e0> monobug:Main (System.String[] args)
+in <0x0016c> I18N.CJK.CP936:GetChars (System.Byte[] bytes, Int32
+byteIndex, Int32 byteCount, System.Char[] chars, Int32 charIndex)
+in <0x000cc> I18N.CJK.DbcsEncoding:GetCharCount (System.Byte[] bytes,
+Int32 index, Int32 count)
+in <0x0005c> System.Text.Encoding:GetChars (System.Byte[] bytes)
+in <0x000e0> monobug:Main (System.String[] args)
+
+Expected Results:
+
+No exception.
+
+How often does this happen?
+
+Reproducible.
+
+Additional Information:
+
+Source code see attachment.
More information about the mono-bugs
mailing list