]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind.supp: ignore libnss3 leaks
authorSage Weil <sage@inktank.com>
Sun, 22 Dec 2013 06:21:49 +0000 (22:21 -0800)
committerSage Weil <sage@inktank.com>
Sun, 29 Dec 2013 20:09:37 +0000 (12:09 -0800)
These just started popping up when I updated the notcmalloc gitbuilder, probably
because of an updated libnss version.   Whitelist it!

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 9a17bb5134ae7072089f780cd975761e61c708db)

teuthology/task/valgrind.supp

index 04d40940d160a98729540678a60b69c9c482d861..1da125920d2f2cb816b5fc9bb7b96e335598bade 100644 (file)
        fun:OS_LibInit
        fun:FCGX_Init
 }
+{
+       ignore libnss3 leaks
+       Memcheck:Leak
+       ...
+       obj:*libnss3*
+       ...
+}
 {
         strptime suckage
         Memcheck:Cond