> > > It is not a bug because sqlite3FaultEndBenign() is used during testing > only. And the tests in which this function are used only run a single > thread. >
Recompile with -DSQLITE_OMIT_BUILTIN_TEST=1 to completely disable the EndBenign() function and its friends. Or omit the -DSQLITE_DEBUG=1 that you are currently using and the assertion will not fail. Either way, it should start working for you. D. Richard Hipp [EMAIL PROTECTED] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users