Dear Users,
I am developing a C++ application with SQLite, we have found SQLite
database to get corrupt under rare circumstances, We are unable to
specifically reproduce the circumstances, but the database files get
corrupt under stress and load,
What I would like to know is whether error in our code mainly 'Pointer
Corruption' can contribute to corruption of SQLite databases or is the
error can be on some other options.
Additional Information to Use:
Linux Compilation Parameters:
SQLite version: 3.2.8
SQLite CFlags used: -pipe -Wall -g0 -O2
SQLite Pre Processors: -DNO_TCL -DNDEBUG -DHAVE_USLEEP -DTEMP_STORE=3
-DSQLITE_MAX_PAGE_SIZE=32768 -DTHREADSAFE=1
ARFLAGS = rcs
Pragma options on creation of database file:
PRAGMA synchronous = 2
PRAGMA temp_store = 2;
PRAGMA default_cache_size = 4000
PRAGMA page_size = 1024
OS Environments where this problem normally occurs, Linux (Debian /
Fedora Core / Suse Linux)
Thanks in advance for your help
Thanks & Regards,
Jayavasanthan J
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------