Hi,

Is the database really corrupt, or are you getting
a spurious error?  You can tell if the database is
truely corrupt or not by running

   PRAGMA integrity_check;

I will check this.

And yes, every thread uses its own sqlite3* ;)

Are you really sure of this?  In my experience most of

Yes.

these kinds of problems end up being cases of threads
doing things that their programmers were not aware of.

Hmm. maybe ;-)


At first I have to setup a test environment with my fellow so we can reproduce this problem. If we are able to reproduce this in a testcace (so we don't need to "hope" that the error occurs) I will post again here...


Bye & Thanks so far,
Michael

Reply via email to