[Gambas-user] Crash Gambas3.12.2

Tobias Boege taboege at gmail.com
Tue Mar 5 04:10:39 CET 2019


On Mon, 04 Mar 2019, PICCORO McKAY Lenz wrote:
> El lun., 4 de mar. de 2019 a la(s) 19:39, Benoît Minisini (g4mba5 at gmail.com)
> escribió:
> 
> > 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.
> >
> > 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
> >
> >
> as i remenber the CFLAGS are override in the makefiles. that was fixed?
> 

You remember wrong. The above has been working for a long, long time.
It uses a feature of make, nothing specific about Gambas or its build
system.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk


More information about the User mailing list