On 11/13/2016 07:04 PM, Jan Berkel wrote:
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.

Thanks very much for that. Now fixed here:

  http://www.sqlite.org/src/info/e78f6f3bbf478185

Dan.

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

Reply via email to