Re: [sqlite] Transaction Timeout and crash (solved)

2008-12-03 Thread Marcus Grimm
M_TIME); >> } >> }while( (n < SQLTM_COUNT) && ((rc == SQLITE_BUSY) >>|| (rc == SQLITE_LOCKED))); >> >> == >> >> >> >> --- On Wed, 12/3/

Re: [sqlite] Transaction Timeout and crash

2008-12-03 Thread Marcus Grimm
== > > > > --- On Wed, 12/3/08, Marcus Grimm <[EMAIL PROTECTED]> wrote: > >> From: Marcus Grimm <[EMAIL PROTECTED]> >> Subject: [sqlite] Transaction Timeout and crash >> To: "General Discussion of

Re: [sqlite] Transaction Timeout and crash

2008-12-03 Thread Ken
Marcus Grimm <[EMAIL PROTECTED]> wrote: > From: Marcus Grimm <[EMAIL PROTECTED]> > Subject: [sqlite] Transaction Timeout and crash > To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> > Date: Wednesday, December 3, 2008, 4:15 AM > Hi all,

[sqlite] Transaction Timeout and crash

2008-12-03 Thread Marcus Grimm
Hi all, while doing a stress test on my embedded server application I'm noting a crash in sqlite3_finalize that I don't understand, and I'm wondering if I'm doing the right error handling. Background: In order to encapsulate writings to the tables I'm using BEGIN EXCLUSIVE TRANSACTION to block