Re: [sqlite] crash on sqlite3 mutex

2009-04-06 Thread Dan
On Apr 7, 2009, at 1:11 AM, Joanne Pham wrote: > Hi all, > I have the application is used sqlite 3.5.9 and the program is > crashed with the following strack trace: > #0 0x46b35300 in pthread_mutex_lock () from /lib/libpthread.so.0 > #1 0xb6def162 in sqlite3_mutex_enter (p=0x9aca00b6) at

[sqlite] crash on sqlite3 mutex

2009-04-06 Thread Joanne Pham
Hi all, I have the application is used sqlite 3.5.9 and the program is crashed with the following strack trace: #0  0x46b35300 in pthread_mutex_lock () from /lib/libpthread.so.0 #1  0xb6def162 in sqlite3_mutex_enter (p=0x9aca00b6) at ../src/mutex_unix.c:192 #2  0xb6e1ab96 in sqlite3_exec