summaryrefslogtreecommitdiffstats
path: root/valgrind-suppressions.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 08:45:07 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 08:45:07 +0200
commit0e224de30ca0f303e93de0a0a46c3f8eae17ff93 (patch)
treec4b98e3d828cf4dabcb411142d85d235b05f4d45 /valgrind-suppressions.txt
parent72231250ed81e10d66bfe70701e64fa5fe50f712 (diff)
Merging code into new github branch.
Diffstat (limited to 'valgrind-suppressions.txt')
-rw-r--r--valgrind-suppressions.txt29
1 files changed, 25 insertions, 4 deletions
diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt
index 1f04263fe99..92954b39f92 100644
--- a/valgrind-suppressions.txt
+++ b/valgrind-suppressions.txt
@@ -21,7 +21,19 @@
fun:_Znwm
fun:*addTestsToSuite*CppUnit*TestSuiteBuilderContextBase*
}
-
+{
+ Bug in cppunit. This suppression is created on CentOS7.
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:_Znwm
+ fun:addTestsToSuite
+ fun:suite
+ fun:*makeTest*
+ fun:_ZN7CppUnit19TestFactoryRegistry14addTestToSuiteEPNS_9TestSuiteE
+ fun:_ZN7CppUnit19TestFactoryRegistry8makeTestEv
+ fun:_ZN10vdstestlib17CppUnitTestRunner3runEiPKPKc
+ fun:main
+}
{
RHEL6 strlen is eager and will read 16 bytes blocks.
Memcheck:Cond
@@ -267,14 +279,23 @@
fun:_ZN26FastOS_UNIX_DynamicLibrary4OpenEPKc
}
{
- This supresses a bug in valgrind-3.10.1. It is fixed in version 3.11.0.
+ This supresses a bug in valgrind-3.10.1. It is fixed in version 3.11.0. (http://permalink.gmane.org/gmane.comp.kde.devel.bugs/1594999)
Memcheck:Leak
match-leak-kinds: possible
fun:_Znwm
fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
fun:_ZNSsC1EPKcRKSaIcE
+ obj:/usr/lib64/llvm/libLLVM-3.4.so
+ ...
+}
+{
+ This supresses a bug in valgrind-3.10.1. It is fixed in version 3.11.0. (http://permalink.gmane.org/gmane.comp.kde.devel.bugs/1594999)
+ Memcheck:Leak
+ match-leak-kinds: possible
+ fun:_Znwm
+ fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
+ ...
fun:__static_initialization_and_destruction_0
- fun:_GLOBAL__sub_I_unix_dynamiclibrary.cpp
- fun:_dl_init
+ ...
}