zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06056
[Bug 949910] [NEW] fn:has-children segfaults on comment nodes
Public bug reported:
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.
** Affects: zorba
Importance: Undecided
Assignee: Ghislain Fourny (gislenius)
Status: New
--
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:
New
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
Follow ups
References