Displaying 1 result from an estimated 1 matches for "andcontext".
Did you mean:
addcontext
2017 Jul 31
2
Segmentation fault in matcher/queryoptimiser
...delete_ptr<Xapian::PostingIterator::Internal> > (stl_algo.h:3755)
==2265126== by 0x99C0B75: Xapian::Internal::Context::reset()
(queryinternal.cc:155)
==2265126== by 0x99C481F:
Xapian::Internal::QueryWindowed::postlist_windowed(Xapian::Query::op,
Xapian::Internal::AndContext&, QueryOptimiser*, double) const
(queryinternal.cc:1668)
which is triggered by this condition in queryinternal.cc#L1665 ([2]);
if (!qopt->db.has_positions()) {
// No positions in this subdatabase so this matches nothing,
// which means the whole andcontext matches nothing.
c...