[Interest] valgrind

paulf at free.fr paulf at free.fr
Mon Jul 8 10:11:38 CEST 2013


----- Original Message -----
> 
> 
> Alex,
> Supposedly QtCreator uses one internally or something but I haven't
> been able to locate it. I asked about this awhile back and thats the
> general consensus. I'm pretty sure that what you are looking for is
> what I have here:
> http://sourceforge.net/p/embroidermodder/code/178/tree/valgrind-supp/
> The valgrind-qt.supp file was made for Qt4 so if you are using Qt5,

Hi

I would advise against using such a suppression file. Basically it suppresses all leaks that have Qt somewhere in the call stack. If you're writing a Qt app, this will give you barely more leak detection than if you run Valgrind with leak detection turned off.

A+
Paul



More information about the Interest mailing list