Jörg Knobloch wrote: > Mozilla have upgraded to SQLite 3.20.0 and that has caused the > Thunderbird test suite some test failures [1] as follows: > > Assertion failed: (p->flags & MEM_Dyn)==0 || p->szMalloc==0, file sqlite3.c, > line 70285
Hmm, is there a custom memory allocator somewhere? And one can never rule out memory corruption ... > One of the Mozilla developers was of the opinion that the custom > tokenizer and a custom ranking function we're using might be at the > root of the problem [...] might need to be updated in view of the > pointer interfaces mentioned here: https://sqlite.org/bindptr.html. That is a new interface; the old method still works. Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

