[Mono-bugs] [Bug 66988][Maj] Changed - [TESTCASE] Deserializing a lot of data from a web service leaks a large amount of memory

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Dec 2004 12:59: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 grompf@sublimeintervention.com.

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

--- shadow/66988	2004-12-03 09:17:34.000000000 -0500
+++ shadow/66988.tmp.18768	2004-12-03 12:59:36.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: bmaurer@users.sf.net                            
 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
+Summary: [TESTCASE] Deserializing a lot of data from a web service leaks a large amount of memory
 
 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
 in <0x00160> System.Xml.XmlTextReader:ReadContent ()
@@ -313,6 +313,10 @@
 ------- Additional Comments From gonzalo@ximian.com  2004-12-03 02:11 -------
 This is probably fixed in 1-0 and HEAD now. Blame it on NetworkStream.
 Close?
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-12-03 09:17 -------
 Is the leak fixed? If not, it is time to work on that part of the bug.
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-12-03 12:59 -------
+The leak isn't fixed; so I'm renaming accordingly
+