[Mono-bugs] [Bug 78142][Nor] Changed - OuterXML has incorrect value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 20 12:50:53 EDT 2006
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 yfriedman at fnfr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78142
--- shadow/78142 2006-04-20 03:38:33.000000000 -0400
+++ shadow/78142.tmp.21397 2006-04-20 12:50:53.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 78142
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details: RHEL 3.4
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: yfriedman at fnfr.com
@@ -57,6 +57,26 @@
XPathNodeIterator iter = doc.CreateNavigator().Select("//*[@id='id']");
iter.MoveNext();
Console.WriteLine(iter.Current.OuterXml);
}
}
+
+------- Additional Comments From yfriedman at fnfr.com 2006-04-20 12:50 -------
+For clarification, here's the full os version string:
+
+Linux version 2.6.12-1.1381_FC3smp (bhcompile at porky.build.redhat.com)
+(gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Fri Oct 21
+04:03:26 EDT 2005
+
+And Mono Version:
+
+Mono JIT compiler version 1.1.13.4, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+ TLS: normal
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : normal
+
+Also, the complete source code you inluded matches exactly my minimal
+test case which I used to convince myself of the bug. Have there been
+recent changes to the Xml classes in Mono. Could it be that you're
+using a newer version of Mono? Thanks for the quick response!
More information about the mono-bugs
mailing list