]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: suppress __libc_csu_init leaks 1224/head
authorSage Weil <sage@redhat.com>
Fri, 19 Oct 2018 14:08:26 +0000 (09:08 -0500)
committerSage Weil <sage@redhat.com>
Fri, 19 Oct 2018 14:08:53 +0000 (09:08 -0500)
Fixes: http://tracker.ceph.com/issues/36522
teuthology/task/install/valgrind.supp

index 49f9adebcd69e39d43ffcd24ce4147ea94e2cfe7..06865f662bfcf7637174e0dd4b00dc23ebb0887d 100644 (file)
   fun:__libc_csu_init
 }
 
+{
+  libc_csu_init (strdup, rte_log_register, etc.)
+  Memcheck:Leak
+  match-leak-kinds: reachable
+  ...
+  fun:__libc_csu_init
+  ...
+}
+
 {
   Boost.Thread fails to call tls_destructor() when the thread exists
   Memcheck:Leak