Browse Source

[2036] Add a note about not using obj: lines in suppressions

Mukund Sivaraman 13 years ago
parent
commit
4b56c8149e
2 changed files with 8 additions and 0 deletions
  1. 4 0
      src/valgrind-suppressions
  2. 4 0
      src/valgrind-suppressions.revisit

+ 4 - 0
src/valgrind-suppressions

@@ -3,5 +3,9 @@
 # that we want to revisit in the future, use
 # that we want to revisit in the future, use
 # valgrind-suppressions.revisit.
 # valgrind-suppressions.revisit.
 #
 #
+# Don't add any "obj:" lines in suppressions as these are likely
+# site-specific. Use "..." instead to match these. Look at the other
+# suppressions as examples.
+#
 # In case you want to make sense of the following symbols, demangle them
 # In case you want to make sense of the following symbols, demangle them
 # with a command like: c++filt < valgrind-suppressions
 # with a command like: c++filt < valgrind-suppressions

+ 4 - 0
src/valgrind-suppressions.revisit

@@ -2,6 +2,10 @@
 # into this file. For permanent suppressions that we don't want to look
 # into this file. For permanent suppressions that we don't want to look
 # at again, use valgrind-suppressions.
 # at again, use valgrind-suppressions.
 #
 #
+# Don't add any "obj:" lines in suppressions as these are likely
+# site-specific. Use "..." instead to match these. Look at the other
+# suppressions as examples.
+#
 # In case you want to make sense of the following symbols, demangle them
 # In case you want to make sense of the following symbols, demangle them
 # with a command like: c++filt < valgrind-suppressions.revisit
 # with a command like: c++filt < valgrind-suppressions.revisit