]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: suppress tcmalloc crap for centos 6.5
authorSage Weil <sage@redhat.com>
Tue, 9 Sep 2014 23:28:12 +0000 (16:28 -0700)
committerSage Weil <sage@redhat.com>
Tue, 9 Sep 2014 23:28:12 +0000 (16:28 -0700)
Fixes: #9336
Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/task/valgrind.supp

index ecd6aabebdb73f5f6a883848f03596aa94650227..5c764060b8d8834678ea57626b7a6b9feab6fd7e 100644 (file)
    fun:*ErasureCodePluginRegistry*load*
    ...
 }
+{
+   tcmalloc: msync heap allocation points to uninit bytes (centos 6.5)
+   Memcheck:Param
+   msync(start)
+   obj:/lib64/libpthread-2.12.so
+   obj:/usr/lib64/libunwind.so.8.0.1
+   obj:/usr/lib64/libunwind.so.8.0.1
+   obj:/usr/lib64/libunwind.so.8.0.1
+   obj:/usr/lib64/libunwind.so.8.0.1
+   fun:_ULx86_64_step
+   fun:_Z13GetStackTracePPvii
+   fun:_ZN8tcmalloc8PageHeap8GrowHeapEm
+   fun:_ZN8tcmalloc8PageHeap3NewEm
+}
+{
+   tcmalloc: msync heap allocation points to unaddressible bytes (centos 6.5 #2)
+   Memcheck:Param
+   msync(start)
+   obj:/lib64/libpthread-2.12.so
+   obj:/usr/lib64/libunwind.so.7.0.0
+   fun:_ULx86_64_step
+   fun:_Z13GetStackTracePPvii
+   fun:_ZN8tcmalloc8PageHeap8GrowHeapEm
+   fun:_ZN8tcmalloc8PageHeap3NewEm
+}
 {
    tcmalloc: msync heap allocation points to uninit bytes (wheezy)
    Memcheck:Param