[Mono-bugs] [Bug 45534][Nor] Changed - MemoryStream problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 29 Jun 2003 23:29:35 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45534
--- shadow/45534 Fri Jun 27 09:55:27 2003
+++ shadow/45534.tmp.29277 Sun Jun 29 23:29:35 2003
@@ -1,16 +1,16 @@
Bug#: 45534
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Win2000
Status: NEW
Resolution:
-Severity:
-Priority: Major
-Component: System
+Severity: Unknown
+Priority: Normal
+Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: Mark_Kuschnir@yahoo.co.uk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -63,7 +63,38 @@
Source file
------- Additional Comments From Mark_Kuschnir@yahoo.co.uk 2003-06-27 09:55 -------
Created an attachment (id=4733)
Data file
+
+
+------- Additional Comments From gonzalo@ximian.com 2003-06-29 23:29 -------
+This is a problem somewhere in the Xml code. Seems that MS doesn't
+call Close on the Stream.
+
+in [0x00005] (at
+/home/gpanjav/go-mono/mcs/class/corlib/System.IO/MemoryStream.cs:186)
+00 System.IO.MemoryStream:Close ()
+in [0x00017] (at
+/home/gpanjav/go-mono/mcs/class/corlib/System.IO/BufferedStream.cs:76)
+00 System.IO.BufferedStream:Close ()
+in [0x00006] (at
+/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlInputStream.cs:295)
+00 Mono.Xml.Native.XmlInputStream:Close ()
+in [0x00006] (at
+/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlInputStream.cs:62)
+00 Mono.Xml.Native.XmlStreamReader:Close ()
+in [0x00006] (at
+/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlParserInput.cs:45)
+00 Mono.Xml.Native.XmlParserInput:Close ()
+in [0x0003c] (at
+/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlTextReader.cs:311)
+00 System.Xml.XmlTextReader:Close ()
+in [0x00033] (at
+/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlDocument.cs:574)
+00 System.Xml.XmlDocument:Load (System.Xml.XmlReader)
+in [0x0000c] (at
+/home/gpanjav/go-mono/mcs/class/System.XML/System.Xml/XmlDocument.cs:546)
+00 System.Xml.XmlDocument:Load (System.IO.Stream)
+in <0x00120> 00 .XmlReaderProblem:Main (string[])