[Mono-bugs] [Bug 59678][Blo] New - ASCIIEncoding chokes on large buffers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 01:26:31 -0400 (EDT)


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 trow@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59678

--- shadow/59678	2004-06-07 01:26:31.000000000 -0400
+++ shadow/59678.tmp.4524	2004-06-07 01:26:31.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 59678
+Product: Mono: Runtime
+Version: unspecified
+OS: SUSE 9.1
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: trow@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ASCIIEncoding chokes on large buffers
+
+Under beta 2, mono tends to get wedged when using System.Text.ASCIIEncoding
+to convert large byte arrays to strings.  Maybe a GC bug?
+
+I'll attach a test case.