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, Segmentation fault. 0xb6f67ca5 in enterMem () at ../src/mem1.c:66 66 sqlite3_mutex_enter(mem.mutex); Current language: auto; currently c I have clue what is going on here. Your help is greatly appreciated. Thanks, JP
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users