[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
Wed Jan 11 04:31:23 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77194
--- shadow/77194 2006-01-10 15:59:20.000000000 -0500
+++ shadow/77194.tmp.14178 2006-01-11 04:31:22.000000000 -0500
@@ -182,6 +182,31 @@
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)
+
+------- Additional Comments From atsushi at ximian.com 2006-01-11 04:31 -------
+Ok, I could get the same stack trace when I tried it on Linux. Howeve
+it is even not possible to compile that "aspectdng" from source. Am
+getting this error:
+
+src/dotnetguru.aspectdng/metaaspects/MetaAspectFacade.cs(47,11):
+warning CS0219: The variable `currentNamespace' is assigned but its
+value is never used
+src/dotnetguru.aspectdng/metaaspects/MetaAspectFacade.cs(105,30):
+error CS0019: Operator `==' cannot be applied to operands of type
+`Mono.Cecil.TypeReference.Scope' and
+`DotNetGuru.AspectDNG.Util.Cil.AspectsAssembly'
+Compilation failed: 1 error(s), 1 warnings
+
+(The build is done with prj2make and then make.)
+
+Also, I quickly grepped the sources but I could not find the line that
+reports claiming that our XPath engine is buggy.
+
+Until aspectdng builds fine I cannot dig in the bug in depth,
+especially without *.mdb file.
+
+(Also notice that there is no reason to believe that aspectdng message
+is reliable.)
More information about the mono-bugs
mailing list