[Mono-bugs] [Bug 59678][Min] Changed - Large buffers impact GC negatively

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 08:21:59 -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 miguel@ximian.com.

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

--- shadow/59678	2004-06-13 13:48:59.000000000 -0400
+++ shadow/59678.tmp.10172	2004-06-23 08:21:59.000000000 -0400
@@ -3,21 +3,21 @@
 Version: unspecified
 OS: SUSE 9.1
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Minor
 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
+Summary: Large buffers impact GC negatively
 
 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.