Public bug reported:

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')

** Affects: zorba
     Importance: High
         Status: New

** Changed in: zorba
   Importance: Undecided => High

-- 
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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to