]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: make leveldb thread suppression more general
authorSage Weil <sage@inktank.com>
Wed, 12 Jun 2013 02:33:59 +0000 (19:33 -0700)
committerSage Weil <sage@inktank.com>
Wed, 12 Jun 2013 02:34:33 +0000 (19:34 -0700)
The thread can get created from a range of callers; ignore them all.

teuthology/task/valgrind.supp

index 9e31e0289276ee0858d6e37518101fe93ca8736b..c15ebded3062e0b323ae8bd9fa11fdeca6692b8f 100644 (file)
        ...
 }
 {
-       leveldb leaks a thread
+       leveldb leaks its thread(s)
        Memcheck:Leak
        ...
        fun:pthread_create*
        ...
-       fun:*leveldb*PosixEnv*Schedule*
+       fun:*leveldb*
        ...
 }
 {