2012/2/3 Jorge Eliécer Osorio Caro <jorgeliecer.oso...@gmail.com>

> Ok, tthanks Stepha, how i can do that? i compile sqlite like ./configure
> --enable-debug but i cant do a trace to see what happend
>

Assuming you're on a Linux (or similar) platform you can try:

gdb --args sqlite3 dbfile

then run it as normal until it crashes, then type "bt" to get a backtrace.
That will show what led up to the error.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to