OK there is the trace:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x00000000000003b8
0x000000010017024b in initialize_niurouting ()

2012/2/3 Stephan Beal <sgb...@googlemail.com>

> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to