[Gambas-user] Crash Gambas3.12.2

Benoît Minisini g4mba5 at gmail.com
Tue Mar 5 00:38:44 CET 2019


Le 04/03/2019 à 23:19, T Lee Davidson a écrit :
> On 3/4/19 5:05 PM, Benoît Minisini wrote:
>> That backtrace is useless. Can you run the IDE with valgrind and send 
>> me the valgrind output?
>>
>> $ valgrind --tool=memcheck --num-callers=50 gbr3 /usr/bin/gambas3.gambas
>> ...
>>
>> Thanks.
> 
> Certainly. Valgrind output (94K) attached.
> 
> 
> ___
> Lee
> 

Mmm, I forgot to told you that you must compile the interpreter with 
debugging information enabled.

$ cd <gambas source directory>/main/gbx
$ make clean
$ make "CFLAGS=-O0 -g"
$ cd ..
$ sudo make install

-- 
Benoît Minisini


More information about the User mailing list