[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
Thu, 11 Nov 2004 15:44:36 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=66988
--- shadow/66988 2004-11-11 14:32:14.000000000 -0500
+++ shadow/66988.tmp.27004 2004-11-11 15:44:36.000000000 -0500
@@ -10,13 +10,12 @@
Component: Sys.Web.Services
AssignedTo: lluis@ximian.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [TESTCASE] Deserializing a lot of data from a web service throws a XmlException
The attached testcase will demonstrate this bug; where an unexpected depths xml exception is
thrown:
Unhandled Exception: System.Xml.XmlException: unexpected end of file. Current depth is 6
@@ -120,6 +119,9 @@
Memory: 33038336
Memory: 32423936
Unhandled Exception: System.Net.WebException: The request failed with
HTTP status 401: Unauthorized
+
+------- Additional Comments From bmaurer@users.sf.net 2004-11-11 15:44 -------
+I'll take a look at the leakage here.