zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #05725
[Bug 947079] [NEW] FOTS: GroupBy test results in Seg Fault
Public bug reported:
The following test from the
prod/GroupByClause.xml
results in a Segmentation Fault :
- "group-005"
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
for $x in //employee
let $key := $x/hours
group by $key
return <group hours="{$key}" avHours="{avg($x/hours)}"/>
** Affects: zorba
Importance: High
Status: New
** Tags: fots
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/947079
Title:
FOTS: GroupBy test results in Seg Fault
Status in Zorba - The XQuery Processor:
New
Bug description:
The following test from the
prod/GroupByClause.xml
results in a Segmentation Fault :
- "group-005"
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
for $x in //employee
let $key := $x/hours
group by $key
return <group hours="{$key}" avHours="{avg($x/hours)}"/>
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/947079/+subscriptions
Follow ups
References