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 synchronous=OFF ", 
NULL, 0, &errMsg);

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 sqlite are you using? Line 66 in mem.c is a comment in 
the current version.

Dennis Cote
___
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


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.

Dennis Cote
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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

2008-09-10 Thread Joanne Pham
Hi All,
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
Your help is greatly appreciated.
Thanks,
JP



- Original Message 
From: Joanne Pham <[EMAIL PROTECTED]>
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:
 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



  
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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, 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