** Summary changed:

- FOTS: matches tests Seg. fault
+ Unbalanced ')' in regex seg faults

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/946986

Title:
  Unbalanced ')' in regex seg faults

Status in Zorba - The XQuery Processor:
  Triaged

Bug description:
  The following tests from the fn/matches.re.xml test-set result in a 
Segmentation Fault :
  - "re00038"
  Query:
  xquery version '3.0';
  declare namespace o = 'http://www.zorba-xquery.com/options/features';
  declare option o:enable 'hof';  
  matches('qwerty','(a))')

  
  - "re00039"
  Query:
  xquery version '3.0';
  declare namespace o = 'http://www.zorba-xquery.com/options/features';
  declare option o:enable 'hof';  
  matches('qwerty','ab|(d))')

  I have set the importance to HIGH because Zorba Seg Faults: please
  change if you think it's appropriate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/946986/+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