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

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to