Re: [sqlite] Crashed on sqlite3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, );

2008-09-10 Thread Joanne Pham
te3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, ); Joanne Pham wrote: > Any idea about these error messages: >  0xb6f67ca5 in enterMem () at ../src/mem1.c:66 >    66        sqlite3_mutex_enter(mem.mutex); >    Current language:  auto; currently c What version of sqli

Re: [sqlite] Crashed on sqlite3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, );

2008-09-10 Thread Dennis Cote
Joanne Pham wrote: > Any idea about these error messages: > 0xb6f67ca5 in enterMem () at ../src/mem1.c:66 > 66sqlite3_mutex_enter(mem.mutex); > Current language: auto; currently c What version of sqlite are you using? Line 66 in mem.c is a comment in the current version.

Re: [sqlite] Crashed on sqlite3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, );

2008-09-10 Thread Joanne Pham
TED]> To: General Discussion of SQLite Database <sqlite-users@sqlite.org> Sent: Tuesday, September 9, 2008 6:07:59 PM Subject: [sqlite] Crashed on sqlite3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, ); Hi all, I had a function to open the database and set some database properties a

[sqlite] Crashed on sqlite3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, );

2008-09-09 Thread Joanne Pham
Hi all, I had a function to open the database and set some database properties as below:  sqlite3_exec(pDb, "PRAGMA synchronous=OFF ", NULL, 0, ); and this function is crashed on some of the database but not all and return the message as below:     Program received signal SIGSEGV, Segmentation