[Mono-bugs] [Bug 77194][Nor] Changed - System.XML.XPath's Iterator
is buggy?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 10 15:59:20 EST 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 richard.torkar at htu.se.
http://bugzilla.ximian.com/show_bug.cgi?id=77194
--- shadow/77194 2006-01-10 14:46:35.000000000 -0500
+++ shadow/77194.tmp.8092 2006-01-10 15:59:20.000000000 -0500
@@ -148,6 +148,40 @@
targetPath, System.String aspectsPath)
in <0x00014> DotNetGuru.AspectDNG.EntryPoint:DirectWeave
(System.String targetAssemblyPath, System.String
separateAspectsAssemblyPath)
in <0x00577> DotNetGuru.AspectDNG.EntryPoint:Main (System.String[] argv)
+
+------- Additional Comments From richard.torkar at htu.se 2006-01-10 15:59 -------
+Very strange... I don't get that behaviour on Ubuntu (Dapper) with
+mono 1.1.12 or OSX 10.4.3 with mono 1.1.11?!?
+
+I simply do (in this case OSX):
+
+torkar@~$ uname -a
+Darwin richard-torkars-powerbook-g4-15.local 8.3.0 Darwin Kernel
+Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005;
+root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc
+torkar@~$ mcs mySample.cs
+torkar@~$ mcs /r:aspectdng.dll /t:library myAspects.cs
+torkar@~$ mono aspectdng.exe mySample.exe myAspects.dll
+There seems some bugs on the XPathNavigator implementation class.
+in <0x00218> System.Xml.XPath.DescendantOrSelfIterator:MoveNextCore ()
+in <0x0002c> System.Xml.XPath.BaseIterator:MoveNext ()
+in <0x0009c> System.Xml.XPath.AxisIterator:MoveNextCore ()
+in <0x0002c> System.Xml.XPath.BaseIterator:MoveNext ()
+in <0x00098> System.Xml.XPath.SimpleSlashIterator:MoveNextCore ()
+in <0x0002c> System.Xml.XPath.BaseIterator:MoveNext ()
+in <0x00490> System.Xml.XPath.SlashIterator:MoveNextCore ()
+in <0x0002c> System.Xml.XPath.BaseIterator:MoveNext ()
+in <0x00028> DotNetGuru.AspectDNG.XPath.XList:MoveNext ()
+in <0x00370>
+DotNetGuru.AspectDNG.MetaAspects.MetaAspectFacade:GetAttributeOrientedAspectSpecs
+()
+in <0x01240> DotNetGuru.AspectDNG.MetaAspects.MetaAspectFacade:.ctor ()
+in <0x00030> DotNetGuru.AspectDNG.EntryPoint:PerformWeave ()
+in <0x00034> DotNetGuru.AspectDNG.EntryPoint:DirectWeave
+(System.String targetAssemblyPath, System.String
+separateAspectsAssemblyPath)
+in <0x00730> DotNetGuru.AspectDNG.EntryPoint:Main (System.String[] argv)
+
More information about the mono-bugs
mailing list