From: Mukund Sivaraman Date: Tue, 12 Jun 2012 23:06:34 +0000 (+0530) Subject: [2036] Add a note about not using obj: lines in suppressions X-Git-Tag: trac2351_base~226^2~42^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b56c8149ebf215d09c3c38a520d64b6ef8a89dc;p=thirdparty%2Fkea.git [2036] Add a note about not using obj: lines in suppressions --- diff --git a/src/valgrind-suppressions b/src/valgrind-suppressions index ddc8f2050c..06257e51be 100644 --- a/src/valgrind-suppressions +++ b/src/valgrind-suppressions @@ -3,5 +3,9 @@ # that we want to revisit in the future, use # 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 # with a command like: c++filt < valgrind-suppressions diff --git a/src/valgrind-suppressions.revisit b/src/valgrind-suppressions.revisit index 023ff9335b..b370a57d79 100644 --- a/src/valgrind-suppressions.revisit +++ b/src/valgrind-suppressions.revisit @@ -2,6 +2,10 @@ # into this file. For permanent suppressions that we don't want to look # 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 # with a command like: c++filt < valgrind-suppressions.revisit