Activity log for bug #947051

Date Who What changed Old value New value Message
2012-03-05 11:28:51 Sorin Marian Nasoi bug added bug
2012-09-19 16:24:20 Dana Florescu zorba: milestone 2.8
2012-09-19 16:24:22 Dana Florescu zorba: importance High Critical
2012-10-24 08:39:18 Sorin Marian Nasoi description The following HOF tests in misc/HigherOrderFunctions.xml from FOTS result in a Segmentation Fault: - "xqhof7" xquery version '3.0'; declare namespace o = 'http://www.zorba-xquery.com/options/features'; declare option o:enable 'hof'; concat#3("one", "two") - "xqhof13" xquery version '3.0'; declare namespace o = 'http://www.zorba-xquery.com/options/features'; declare option o:enable 'hof'; let $f := function($a) { node-name(.), $a } return <a/>/$f(5) - "xqhof14" xquery version '3.0'; declare namespace o = 'http://www.zorba-xquery.com/options/features'; declare option o:enable 'hof'; let $f := name#0 return <a/>/$f() the importance is set to HIGH because Zorba Seg. Faults. The following HOF tests in misc/HigherOrderFunctions.xml from FOTS result in a Segmentation Fault: - "xqhof7" xquery version '3.0'; declare namespace o = 'http://www.zorba-xquery.com/options/features'; declare option o:enable 'hof'; concat#3("one", "two") - "xqhof13" xquery version '3.0'; declare namespace o = 'http://www.zorba-xquery.com/options/features'; declare option o:enable 'hof'; let $f := function($a) { node-name(.), $a } return <a/>/$f(5) - "xqhof14" xquery version '3.0'; declare namespace o = 'http://www.zorba-xquery.com/options/features'; declare option o:enable 'hof'; let $f := name#0 return <a/>/$f() - test set "prod-InstanceofExp", test case "instanceof131" Here is the actual test run: import module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq'; variable $queryID := xqxq:prepare-main-module('xquery version ''3.0''; declare namespace op = ''http://www.zorba-xquery.com/options/features''; declare namespace f = ''http://www.zorba-xquery.com/features''; declare option op:enable ''f:hof''; name#0 instance of function(item()) as xs:string '); xqxq:evaluate($queryID) the importance is set to HIGH because Zorba Seg. Faults.
2012-10-24 15:22:53 Chris Hillery tags fots fots test
2012-10-29 21:42:59 Sorin Marian Nasoi tags fots test fots-seg-fault
2012-11-21 12:54:48 Nicolae Brinza branch linked lp:~nbrinza/zorba/hof
2012-12-19 16:08:38 Dana Florescu zorba: milestone 2.8 2.9
2013-03-28 13:03:51 Sorin Marian Nasoi zorba: status New Fix Committed
2013-04-02 07:53:57 Chris Hillery tags fots-seg-fault
2013-05-17 14:46:38 Sorin Marian Nasoi zorba: status Fix Committed Fix Released