[Gambas-user] Segmentation fault (11)

Emil Lenngren emil.lenngren at ...626...
Fri May 30 00:36:34 CEST 2014


Hm, could you provide a backtrace (from gdb) if it is the JIT that
segfaults?


2014-05-30 0:25 GMT+02:00 Tobias Boege <taboege at ...626...>:

> On Fri, 30 May 2014, Jussi Lahtinen wrote:
> > According to documentation, debugging information is enabled by default.
> > If not it should be enough to recompile just the interpreter:
> > cd ~/trunk/main/gbx
> > Or where ever you sources are.
> > sudo make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" && sudo make
> > install
> >
>
> Normally it suffices but just today I had a segfault when I enabled gb.jit
> and most probably it is gb.jit which segfaults then, not the interpreter.
> (I haven't had the time yet to dig into this.)
>
> But yes, compile the interpreter with debugging information and if that's
> not enough (a component produces the segfault), you will have to compile
> that component with debugging information, too.
>
> Regards,
> Tobi
>
> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
>
> ------------------------------------------------------------------------------
> Time is money. Stop wasting it! Get your web API in 5 minutes.
> www.restlet.com/download
> http://p.sf.net/sfu/restlet
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list