[Mono-bugs] [Bug 52406][Maj] New - XmlTextReader gets really slow

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Dec 2003 22:41:28 -0500 (EST)


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 judge@uvic.ca.

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

--- shadow/52406	2003-12-20 22:41:28.000000000 -0500
+++ shadow/52406.tmp.22704	2003-12-20 22:41:28.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 52406
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: judge@uvic.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlTextReader gets really slow
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Download http://www.kde.org/dotkdeorg.rdf
+2. create xml = new XmlTextReader("dotkdeorg.rdf")
+3. do while(xml.Read());
+
+Actual Results:
+Takes about 20seconds on my system. The file is less than 4K in size.
+
+Expected Results:
+Should be instantenious
+
+How often does this happen? 
+
+Every time.
+Additional Information: