[Mono-bugs] [Bug 50051][Nor] Changed - XmlDocument.Load(Stream) closes the stream at some point
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jan 2004 05:58:16 -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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=50051
--- shadow/50051 2004-01-11 05:57:18.000000000 -0500
+++ shadow/50051.tmp.15481 2004-01-11 05:58:16.000000000 -0500
@@ -1,22 +1,21 @@
Bug#: 50051
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: tberman@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: XmlDocument.Load(Stream) closes the stream at some point
Ok, somewhere in its Loading, it closes the stream that it is using to
Load, potentially prematurely, and causing all sorts of issues.
XmlDocument.Load(Stream) on ms.net does not seem to close the stream it
@@ -28,6 +27,10 @@
--Todd
------- Additional Comments From dave-mono@earth.li 2004-01-11 05:57 -------
Created an attachment (id=6388)
Test case showing this not happening
+
+------- Additional Comments From dave-mono@earth.li 2004-01-11 05:58 -------
+I tried to duplicate this, but my simple test case (attached), did not
+appear to have its Close called.