> > Got a crash in the FTS5 code which only happens on a specific search
> > query (int the form of:  "ab cd" OR "ab cd" *)
> > The crash occurs In fts5MultiIterNext(),  on the following line:
> >
> > pSeg->xNext(p, pSeg, &bNewTerm);
> >
> > Debugger shows that pSeg is set, but xNext is null.
> >
> > There are items which match the query. This is with 3.15.1.
> 
> 
> Are you able to share the database that this crashes when querying?

yes, sent you an email with a link.

 – J
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to