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

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

> But finding out exactly where it fails requires either adding debug output
> to the plug or running it (in this case the sqlite shell) through a
> debugger.
>
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> http://gplus.to/sgbeal
> On Feb 3, 2012 4:35 PM, "Jorge Eliécer Osorio Caro" <
> jorgeliecer.oso...@gmail.com> wrote:
>
> > It's caused calling a sqlite_create_module trying to load an extension by
> > sqlite3 shell.
> >
> > 2012/2/3 Stephan Beal <sgb...@googlemail.com>
> >
> > > 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
> > >
> > _______________________________________________
> > 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to