zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #03040
[Bug 907872] [NEW] segfault when returning an input ItemSequence from an external function
Public bug reported:
Zorba segfaults when returning one of the input ItemSequences from an
external function.
For example,
ItemSequence_t evaluate(const ExternalFunction::Arguments_t& args) const
{
return args[0];
}
** Affects: zorba
Importance: High
Assignee: Matthias Brantner (matthias-brantner)
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/907872
Title:
segfault when returning an input ItemSequence from an external
function
Status in Zorba - The XQuery Processor:
New
Bug description:
Zorba segfaults when returning one of the input ItemSequences from an
external function.
For example,
ItemSequence_t evaluate(const ExternalFunction::Arguments_t& args) const
{
return args[0];
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/907872/+subscriptions
Follow ups
References