https://bugs.freedesktop.org/show_bug.cgi?id=53337
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] --- Comment #10 from Michael Stahl <[email protected]> 2012-08-23 22:14:59 UTC --- i don't understand this crash. (and can't reproduce it either) so lucene::store::FSDirectory::getDirectory can throw CLuceneError in some places, and the std::terminate on the stack would indicate that this exception is not caught anywhere; but it is caught in chelp::ResultSetForQuery::ResultSetForQuery; try { HelpSearch searcher(aLang, idxDir); searcher.query(aNewQueryStr, bCaptionsOnly, aPathVector, aScoreVector); } catch (CLuceneError &e) { SAL_WARN("xmlhelp", "CLuceneError: " << e.what()); } which seems to be the only existing call to HelpSearch::query. why doesn't that work? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
