[Mono-bugs] [Bug 79075][Wis] Changed - Iterators not working

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 15 02:27:31 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 duncan at ximian.com.

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

--- shadow/79075	2006-08-15 02:20:52.000000000 -0400
+++ shadow/79075.tmp.24464	2006-08-15 02:27:31.000000000 -0400
@@ -49,6 +49,30 @@
 ------- Additional Comments From duncan at ximian.com  2006-08-15 02:20 -------
 Addendum:
 
 On Windows, I compiled with csc.
 
 On Linux, I compiled with the latest gmcs from SVN.
+
+------- Additional Comments From duncan at ximian.com  2006-08-15 02:27 -------
+This might be the same bug.
+
+With the next program, get-attribute.cs:
+
+Expected result:
+C:\src>get-attribute.exe
+Expect: foo, Actual: foo
+Expect bar, Actual: bar
+Expecting BINGO, Actual: BINGO
+
+Actual result:
+duncan at sandhi:~/src/scratch> mono get-attribute.exe
+Expect: foo, Actual: foo
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object
+  at System.Xml.XPath.XPathNodeIterator+<GetEnumerator>__0.MoveNext ()
+[0x00000]
+  at System.Xml.XPath.XPathNodeIterator+<GetEnumerator>__0.MoveNext ()
+[0x00000]
+  at Program.Main () [0x00000]
+


More information about the mono-bugs mailing list