Displaying 1 result from an estimated 1 matches for "l1665".
Did you mean:
1665
2017 Jul 31
2
Segmentation fault in matcher/queryoptimiser
...::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.
ctx.reset();
return;
}
How to fix this
============
Here is what I believe is happening:
We are using subdatabases (all gla...