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

2008-09-10 Thread Joanne Pham
Hi, I am currently using 3.5.9. Thanks for the respond JP - Original Message From: Dennis Cote <[EMAIL PROTECTED]> To: General Discussion of SQLite Database Sent: Wednesday, September 10, 2008 10:46:17 AM Subject: Re: [sqlite] Crashed on sqlite3_exec(pDb, "PRAGMA sync

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

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. Denni

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

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

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

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, &errMsg); and this function is crashed on some of the database but not all and return the message as below:     Program received signal SIGSEGV, Segmen