[sqlite] SQLite crashes

2015-11-27 Thread Harmen de Jong - CoachR Group B.V.
> (1) Recompile with the following compile-time options: -DSQLITE_DEBUG > -DSQLITE_OMIT_LOOKASIDE > > (2) Enable whatever AddressSanitizer tools > (https://en.wikipedia.org/wiki/AddressSanitizer) you have available on your > platform, in addition to (1) above. > > (3) If you do not have an

[sqlite] SQLite crashes

2015-11-20 Thread Harmen de Jong - CoachR Group B.V.
SQLITE crashes at least once a day on a heavily loaded database (database size is approximately: 17 GB). On the same server we are running several other instances of SQLite that have databases that are much bigger in size with approximately the same load, however these are not crashing. The

[sqlite] SQLite PENDING lock before SHARED lock with WAL enabled

2015-06-23 Thread Harmen de Jong - CoachR Group B.V.
-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Harmen de Jong - CoachR Group B.V. Sent: donderdag 18 juni 2015 15:02 To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite PENDING lock before SHARED lock with WAL enabled

[sqlite] SQLite PENDING lock before SHARED lock with WAL enabled

2015-06-18 Thread Harmen de Jong - CoachR Group B.V.
at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Richard Hipp Sent: donderdag 18 juni 2015 13:00 To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite PENDING lock before SHARED lock with WAL enabled On 6/18/15, Harmen de Jong - CoachR Group B.V. wrote

[sqlite] SQLite PENDING lock before SHARED lock with WAL enabled

2015-06-18 Thread Harmen de Jong - CoachR Group B.V.
f138, const char * * pzTail=0x0cd6f144) Line 105215 SQLService.exe!sqlite3_exec(sqlite3 * db=0x0e427e38, const char * zSql=0x0141a4c4, int (void *, int, char * *, char * *) * xCallback=0x, void * pArg=0x, char * * pzErrMsg=0x) Line 100638 Best regards, Ha