zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #08592
[Bug 947064] Re: FOTS: FunctionCall tests Seg Fault
Assigned to Nicolai because AFAIK he's working on HOF.
** Changed in: zorba
Assignee: (unassigned) => Nicolae Brinza (nbrinza)
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/947064
Title:
FOTS: FunctionCall tests Seg Fault
Status in Zorba - The XQuery Processor:
New
Bug description:
The following tests from the
prod/FunctionCall.xml test-set
result in a Segmentation Fault :
- "FunctionCall-020"
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
let $q := function ($prefix as xs:string, $local as xs:string) as xs:QName {
<a>{$prefix}:{$local}</a>
}
return $q('fn', 'abs')
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/947064/+subscriptions
References