[Mono-bugs] [Bug 45880][Maj] Changed - XmlTextReader on network streams

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 4 Aug 2003 12:20:43 -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 duncan@ximian.com.

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

--- shadow/45880	Sun Jul  6 12:44:45 2003
+++ shadow/45880.tmp.11506	Mon Aug  4 12:20:42 2003
@@ -1,12 +1,12 @@
 Bug#: 45880
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dent@cosy.sbg.ac.at               
@@ -54,6 +54,24 @@
 all the time
 
 Additional Information:
 
 as far as i can remember gonzalo fixed it on Oct. 28th 2002 (well, i could
 be wrong :)
+
+------- Additional Comments From duncan@ximian.com  2003-08-04 12:20 -------
+I now get this exception:
+
+diphthong:~/src $ mono xml_test.exe
+
+Transmitting ...
+Reading (Read line) ...
+
+Unhandled Exception: System.NotSupportedException: Operation is not
+supported
+in <0x0002a> 00 System.Net.Sockets.NetworkStream:get_Position ()
+in <0x0004d> 00 System.IO.StreamReader:ReadBuffer ()
+in <0x00051> 08 System.IO.StreamReader:ReadBuffer ()
+in <0x00026> 00 System.IO.StreamReader:Read ()
+in <0x00060> 00 System.IO.StreamReader:ReadLine ()
+in <0x00094> 00 .Jabber:test_1 (System.Net.Sockets.NetworkStream)
+in <0x0005c> 00 .Jabber:Main ()