On 1 Apr 2017, at 5:04am, J Decker <d3c...@gmail.com> wrote: > Sqlite3 Err: (283) recovered 6942 frames from WAL file > C:\eQube-Tools\flashboard\server\option.db-wal > > pretty much every time I restart the program now (espcially if it > segfaults). > There are no frames to recover... really... I mean it should have recovered > them any of the previous 10 times, no?
If the database is corrupt then it’s possible that the journal file will get corrupted every time the database is closed. Use the SQLite shell tool to run PRAGMA integrity_check; on that database. Tell us whether it reports problems. Whether or not corruption is reported, quit the shell tool then run flashboard again and see whether it reports the same problem with the file. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users