zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06060
[Bug 949910] Re: fn:has-children segfaults on comment nodes
** Branch linked: lp:~zorba-coders/zorba/bug-949910
** Changed in: zorba
Status: New => In Progress
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/949910
Title:
fn:has-children segfaults on comment nodes
Status in Zorba - The XQuery Processor:
In Progress
Bug description:
When fn:has-children is called (for example) on a comment node, the
C++ function zorba::store::Item::getChildren() is called on the
parameter item, which leads to an error because this method is not
implemented for nodes other than document nodes or element nodes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/949910/+subscriptions
References