<div dir="ltr">as i remenber the CFLAGS are override in the makefiles. that was fixed?<br></div><br><div class="gmail_quote"><div class="gmail_attr" dir="ltr">El lun., 4 de mar. de 2019 a la(s) 19:39, Benoît Minisini (<a href="mailto:g4mba5@gmail.com">g4mba5@gmail.com</a>) escribió:<br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Le 04/03/2019 à 23:19, T Lee Davidson a écrit :<br>
> On 3/4/19 5:05 PM, Benoît Minisini wrote:<br>
>> That backtrace is useless. Can you run the IDE with valgrind and send <br>
>> me the valgrind output?<br>
>><br>
>> $ valgrind --tool=memcheck --num-callers=50 gbr3 /usr/bin/gambas3.gambas<br>
>> ...<br>
>><br>
>> Thanks.<br>
> <br>
> Certainly. Valgrind output (94K) attached.<br>
> <br>
> <br>
> ___<br>
> Lee<br>
> <br>
<br>
Mmm, I forgot to told you that you must compile the interpreter with <br>
debugging information enabled.<br>
<br>
$ cd <gambas source directory>/main/gbx<br>
$ make clean<br>
$ make "CFLAGS=-O0 -g"<br>
$ cd ..<br>
$ sudo make install<br>
<br>
-- <br>
Benoît Minisini<br>
<br>
----[ Gambas mailing-list is hosted by <a target="_blank" rel="noreferrer" href="https://www.hostsharing.net">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>