[Gambas-user] Segmentation error (core dump created) at runtime
Benoît Minisini
gambas at ...1...
Wed Oct 10 18:29:57 CEST 2012
Le 10/10/2012 18:10, Emanuele Sottocorno a écrit :
> Output from debugger and valgrind attached.
> thanks
>
> Emanuele
>
Is it possible to recompile gambas with no optimization?
Not all of it, but just gb.qt4:
$ cd <gambas sources directory>/gb.qt4
$ make clean
...
$ make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"
...
$ sudo make install # or su -c root "make install"
Then redo the 'gdb' thing.
Note that apparently you did wrong with 'valgrind', as there is no error
detected in the valgrind output.
Regards,
--
Benoît Minisini
More information about the User
mailing list