On 02 November 2011 15:46, Black, Michael (IS) wrote:

> You're corrupting the stack somewhere.

Possibly, or it might be that libsqlite3.mgmt-crd.so just
doesn't have all the necessary symbols.

> You can enable stack checking if you're using gcc.

Assuming the stack trace given was generated from the core
file with gdb then in gdb I'd try

frame 10
print *dbStatementsIter

to see the query to see if that gives any clues.  It might
need "gdb-stl-views" or similar installed to make any sense.

Regards,

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

Reply via email to