[Mono-bugs] [Bug 55926][Nor] Changed - Error Loading XmlFiles with "#" character in Path

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 23:41:25 -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 jluke@cfl.rr.com.

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

--- shadow/55926	2004-03-22 23:39:53.000000000 -0500
+++ shadow/55926.tmp.9162	2004-03-22 23:41:25.000000000 -0500
@@ -76,6 +76,36 @@
 in <0x00149> System.Xml.XmlUrlResolver:GetEntity
 (System.Uri,string,System.Type)in <0x00119>
 System.Xml.XmlTextReader:.ctor (string,System.Xml.XmlNameTable)
 in <0x00037> System.Xml.XmlTextReader:.ctor (string)
 in <0x0002a> System.Xml.XmlDocument:Load (string)
 in <0x00046> Test:Main ()
+
+------- Additional Comments From jluke@cfl.rr.com  2004-03-22 23:41 -------
+hmm, I forgot --debug
+
+$ mono --debug ff.exe
+System.IO.FileNotFoundException: Could not find file "/home/jluke/c".
+in [0x00145] (at
+/home/jluke/cvs/mcs/class/corlib/System.IO/FileStream.cs:127)
+System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
+in [0x0000c] (at
+/home/jluke/cvs/mcs/class/corlib/System.IO/FileStream.cs:79)
+System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x00081> (wrapper remoting-invoke-with-check)
+System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in [0x00076] (at
+/home/jluke/cvs/mcs/class/System.XML/System.Xml/XmlUrlResolver.cs:56)
+System.Xml.XmlUrlResolver:GetEntity (System.Uri,string,System.Type)
+in [0x00077] (at
+/home/jluke/cvs/mcs/class/System.XML/System.Xml/XmlTextReader.cs:83)
+System.Xml.XmlTextReader:.ctor (string,System.Xml.XmlNameTable)
+in [0x00007] (at
+/home/jluke/cvs/mcs/class/System.XML/System.Xml/XmlTextReader.cs:49)
+System.Xml.XmlTextReader:.ctor (string)
+in [0x00001] (at
+/home/jluke/cvs/mcs/class/System.XML/System.Xml/XmlDocument.cs:578)
+System.Xml.XmlDocument:Load (string)
+in [0x0000c] (at /home/jluke/ff.cs:12) Test:Main ()