zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #10424
[Bug 1010311] [NEW] ft:thesaurus-lookup() on a non-existant word fails assertion
Public bug reported:
A query such as:
import module namespace ft = "http://www.zorba-xquery.com/modules/full-text";
declare ft-option using language "en";
ft:thesaurus-lookup( "hup" )
results in:
Zorba error [zerr:ZXQP0002]: "state->tresult_.get()": assertion failed.;
raised at
/Users/pjl/src/flwor/zorba/repo/trunk/zorba/src/runtime/full_text/ft_module_impl.cpp:508
** Affects: zorba
Importance: Critical
Assignee: Paul J. Lucas (paul-lucas)
Status: In Progress
** Tags: full-text
** Changed in: zorba
Status: New => In Progress
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1010311
Title:
ft:thesaurus-lookup() on a non-existant word fails assertion
Status in Zorba - The XQuery Processor:
In Progress
Bug description:
A query such as:
import module namespace ft = "http://www.zorba-xquery.com/modules/full-text";
declare ft-option using language "en";
ft:thesaurus-lookup( "hup" )
results in:
Zorba error [zerr:ZXQP0002]: "state->tresult_.get()": assertion
failed.; raised at
/Users/pjl/src/flwor/zorba/repo/trunk/zorba/src/runtime/full_text/ft_module_impl.cpp:508
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1010311/+subscriptions
Follow ups
References