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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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:
[EMAIL PROTECTED]:~/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]
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to