]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind.supp: xenial libstdc++ leak
authorSage Weil <sage@redhat.com>
Sun, 4 Dec 2016 15:06:27 +0000 (10:06 -0500)
committerSage Weil <sage@redhat.com>
Sun, 4 Dec 2016 15:06:27 +0000 (10:06 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/task/install/valgrind.supp

index f187ca19808c3c195f1ff134e0b717bc81968c7d..20e9d642aa644183e2bfda4e47e15d106bea3a93 100644 (file)
        fun:*rocksdb*Env*Default*
        ...
 }
+{
+       libstdc++ leak on xenial
+       Memcheck:Leak
+       fun:malloc
+       ...
+       fun:call_init.part.0
+       fun:call_init
+       fun:_dl_init
+       ...
+}