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

> Good morning every one,
>
> I having a issue when try to create a sqlite3_create_module.
>
> when try to load my extension im getting that error "Segmentation fault",
> cause the sqlite3 cash. i dont know how it happend its my code:
>
> http://paste.ideaslabs.com/show/OPNHBY7xPG


A segfault can be caused by at least 300 million different things. The
easiest way to figure out where the problem is is to run your app through
gdb (or equivalent) and get a backtrace after it crashes.

-- 
----- 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