[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
Tue, 20 Jan 2004 16:50:34 -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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=50051
--- shadow/50051 2004-01-20 16:46:25.000000000 -0500
+++ shadow/50051.tmp.25695 2004-01-20 16:50:34.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 50051
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: CLOSED
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: tberman@gentoo.org
@@ -36,6 +36,19 @@
appear to have its Close called.
------- Additional Comments From miguel@ximian.com 2004-01-20 16:46 -------
Todd, can you still reproduce this bug? The code does not close the
stream anymore on that path. Am setting this bug to NEEDINFO, please
fconfirm and either reopen or close
+
+------- Additional Comments From tberman@gentoo.org 2004-01-20 16:50 -------
+Yah, sorry bout that, eno fixed it a while ago and we both fell asleep
+i guess :)
+
+There was the potential that a .Save was doing some funny stream
+closing as well, but neither eno nor I were able to directly point at
+that as the problem.
+
+gonzalo just fixed a runtime bug that prevent the WSE2 stuff working,
+so I am going to go off and write some WSE2 test cases over the next
+couple days and test this out. If it pops up, Ill reopen the bug, and
+if the .Save issue comes around, I'll file a new one for that.