开发者

Valgrind suppression file for Qt 4.6.2 and RHEL 5

I'm trying to run Valgrind 3.5.0 on 开发者_JAVA百科RHEL 5.5 with Qt 4.6.2. It's producing loads of spurious errors and I'm wondering if anyone can share a suppressions file they've built? When using --leak-check=full, the output reports leaks in glib, gtk, pango etc. even when I'm just running part7 of the AddressBook example. With over 25000 lines the real memory leaks are lost in the noise.


This awesome Valgrind Suppression File Howto helped me in generating a suppression file quickly.


I have not any suppression file with these libraries, but I suggest you to run a light test (unit test for example) with --gen-suppressions=all enabled, and then add-it to your run.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜