[Gambas-devel] Help with Valgrind

Benoît Minisini gambas at ...1...
Tue Dec 8 18:57:30 CET 2009


> I'm getting heaps of sig11 with my upgrade to qt4 and wondered if anyone
>  could instruct me how to run valgrind with gambas3.
> 
> Regards
> 
> Richard
> 

$ cd /path/to/my/project
$ valgrind --tool=memcheck --num-callers=50 gbx3
...

And send the entire output of valgrind.

Regards,

-- 
Benoît Minisini




More information about the Devel mailing list