Bug #662

deletion of empty cached query contexts appear to be the source of a rare crash.

Added by Emmanuel Benazera 5 months ago. Updated 4 months ago.

Status:Closed Start:01/02/2012
Priority:High Due date:
Assigned to:Emmanuel Benazera % Done:

100%

Category:websearch Spent time: -
Target version:Bodie-HIPPY-0.4.1

Description

In websearch.cpp, code of the form

if (qc->empty())
{
 sweeper::unregister_sweepable(qc);
 delete qc;
}

appears to be the culprit.

History

Updated by Emmanuel Benazera 4 months ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Should be fixed.

Also available in: Atom PDF