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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to