[Gambas-user] News about the new just-in-time compiler

Benoît Minisini g4mba5 at gmail.com
Tue Jul 3 22:26:55 CEST 2018


Le 03/07/2018 à 21:52, Jussi Lahtinen a écrit :
> I have multiple crashes in my big project. I will not send the source, 
> but I will isolate the problem code.
> However I think I wait until the memory leaks are fixed, since it seems 
> the crashes are not easily tracked right now. The error occurs somewhere 
> much earlier, than what appears to cause the crash.
> 
> 
> Jussi
> 

The memory leaks I talked previously were fixed.

To track the crash, run Gambas with valgrind:

$ cd /my/project
$ GB_JIT_DEBUG=1 GB_JIT_CFLAGS="-O0 -g" valgrind --tool=memcheck 
--num-callers=50 gbx3

Regards,

-- 
Benoît Minisini


More information about the User mailing list