diff options
author | Thomas Haller <thaller@redhat.com> | 2015-04-17 11:47:58 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-04-17 11:52:45 +0200 |
commit | 40fbb36aad0bb4c2cb12025dd055aa22ca443fb2 (patch) | |
tree | 6133cb91d71f41a4656218851975183d244bf069 /valgrind.suppressions | |
parent | 36fc5cac83c9f1ba35d83ecfb163ba50eea169e1 (diff) | |
download | NetworkManager-40fbb36aad0bb4c2cb12025dd055aa22ca443fb2.tar.gz |
valgrind: add comment to suppressions file
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r-- | valgrind.suppressions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 6a101cc011..f83bceeec7 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -1,3 +1,9 @@ +# IMPORTANT: these suppressions strongly depend on the used library version. +# They probably don't work out-of-the-box on anything but Fedora, where they +# are mainly tested. +# +# Make sure to install debug information, otherwise the suppression trace might +# not match. On Fedora, try 'debuginfo-install dbus-glib glib libnl3'. { NSS_NoDB_Init Memcheck:Leak |