[Mono-bugs] [Bug 71977][Maj] Changed - XmlReader fails/throws System.NullReferenceException: Unexpected node type EndElement.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 30 Jan 2005 16:50:10 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71977
--- shadow/71977 2005-01-30 16:17:37.000000000 -0500
+++ shadow/71977.tmp.17562 2005-01-30 16:50:10.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 71977
Product: Mono: Class Libraries
Version: 1.0
OS: All
OS Details: FreeBSD 5.3-RELEASE
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: 008 One day
Priority: Major
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: jps@kraksystem.pl
@@ -48,6 +48,16 @@
always
Additional Information:
I can provide the sample program source upon request.
+
+------- Additional Comments From atsushi@ximian.com 2005-01-30 16:50 -------
+Am not sure if it is SgmlReader bug or mono bug.
+
+As shown in GotDotNet user comments, SgmlReader is buggy and left
+unmaintained since 2003. There are some bugs that are dependent on
+MS.NET internals.
+
+I can still look into the problem if you provide reproducible code if
+the version of SgmlReader is v1.4 (the latest one we can get) though.