[Mono-bugs] [Bug 66988][Nor] Changed - [TESTCASE] Deserializing a lot of data from a web service throws a XmlException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Oct 2004 12:38:18 -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 atsushi@ximian.com.

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

--- shadow/66988	2004-10-02 17:43:19.000000000 -0400
+++ shadow/66988.tmp.2556	2004-10-04 12:38:18.000000000 -0400
@@ -61,6 +61,47 @@
 NB: This web service works perfectly under ms.net
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-09-28 12:08 -------
 Created an attachment (id=11467)
 testcase
 
+
+------- Additional Comments From atsushi@ximian.com  2004-10-04 12:38 -------
+I got different results;
+
+First trial:
+
+$ mono test.exe
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+
+Unhandled Exception: System.Net.WebException: The request failed with
+HTTP status 401: Unauthorized
+in <0x001b4>
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
+in <0x00078> (wrapper remoting-invoke-with-check)
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse(System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
+...
+
+Second trial:
+
+$ mono --debug test.exe
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+Memory: 0
+
+Unhandled Exception: System.Xml.XmlException: unexpected end of file.
+Current depth is 7
+in <0x000e3> System.Xml.XmlTextReader:ReadContent ()
+in <0x0011c> System.Xml.XmlTextReader:Read ()
+...
+
+