Hi,
I am facing a crash while invoking "sqlite3_db_release_memory" the crash is 
from pcache1RemoveFromHash.  SQLite 3.7.10 is running on ARM A5 with Freescale 
MQX as OS.

Stack trace is as below
------------------------------
pcache1RemoveFromHash
pcache1EnforceMaxPage
pcache1Shrink
sqlite3PcacheShrink

The sequence of SQLite operations being followed which lead to crash is in the 
following order
prepare_sql
step_sql
sqlite3_db_release_memory
sqlite3_finalize

Any probable reasons in term of the SQLite operations that are done wrong or 
out of order?

Thanks,
Sabeel



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to