Re: [sqlite] Program is crashed on sqlite3_free

2009-05-12 Thread Pavel Ivanov
Double call to sqlite3_finalize() ?


Pavel

On Tue, May 12, 2009 at 5:22 PM, Joanne Pham  wrote:
> Hi all,
> I have the application and occasionally it is crashed on sqlite3_free when it 
> callled sqlite3_finalized and I really didn't know what problem it was.
> Below is stack trace.
> Do you have any idea what is caused this problem.? Any hints will be greatly 
> appreciated.
>
> #0  0xb5d90c31 in sqlite3_free () from /opt/phoenix/i386/lib/libsqlite3.so.0
> #1  0xb5db69cd in sqlite3VdbeMemRelease () from 
> /opt/phoenix/i386/lib/libsqlite3.so.0
> #2  0xb5db3cd3 in sqlite3VdbeChangeToNoop () from 
> /opt/phoenix/i386/lib/libsqlite3.so.0
> #3  0xb5db49c8 in sqlite3VdbeHalt () from 
> /opt/phoenix/i386/lib/libsqlite3.so.0
> #4  0xb5db4c12 in sqlite3VdbeReset () from 
> /opt/phoenix/i386/lib/libsqlite3.so.0
> #5  0xb5db4d60 in sqlite3VdbeFinalize () from 
> /opt/phoenix/i386/lib/libsqlite3.so.0
> #6  0xb5db2b9d in sqlite3_finalize () from 
> /opt/phoenix/i386/lib/libsqlite3.so.0
> 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] Program is crashed on sqlite3_free

2009-05-12 Thread Joanne Pham
Hi all,
I have the application and occasionally it is crashed on sqlite3_free when it 
callled sqlite3_finalized and I really didn't know what problem it was. 
Below is stack trace.
Do you have any idea what is caused this problem.? Any hints will be greatly 
appreciated.

#0  0xb5d90c31 in sqlite3_free () from /opt/phoenix/i386/lib/libsqlite3.so.0
#1  0xb5db69cd in sqlite3VdbeMemRelease () from 
/opt/phoenix/i386/lib/libsqlite3.so.0
#2  0xb5db3cd3 in sqlite3VdbeChangeToNoop () from 
/opt/phoenix/i386/lib/libsqlite3.so.0
#3  0xb5db49c8 in sqlite3VdbeHalt () from /opt/phoenix/i386/lib/libsqlite3.so.0
#4  0xb5db4c12 in sqlite3VdbeReset () from /opt/phoenix/i386/lib/libsqlite3.so.0
#5  0xb5db4d60 in sqlite3VdbeFinalize () from 
/opt/phoenix/i386/lib/libsqlite3.so.0
#6  0xb5db2b9d in sqlite3_finalize () from /opt/phoenix/i386/lib/libsqlite3.so.0
Thanks,
JP


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