zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #05722
[Bug 946986] [NEW] FOTS: matches tests Seg. fault
Public bug reported:
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.
** Affects: zorba
Importance: High
Assignee: Paul J. Lucas (paul-lucas)
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/946986
Title:
FOTS: matches tests Seg. fault
Status in Zorba - The XQuery Processor:
New
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
Follow ups
References