]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Suppress valgrind error "Invalid write 8"
authortamil <tamil@tamil-VirtualBox.(none)>
Mon, 10 Sep 2012 22:02:47 +0000 (15:02 -0700)
committertamil <tamil@tamil-VirtualBox.(none)>
Mon, 10 Sep 2012 22:02:47 +0000 (15:02 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/task/valgrind.supp

index 917d0b8b6e27e4b4c70c923a9fd98a307e5b5cef..de0e8a68581e29f99cacd99e9cd6ba52cd6ee53e 100644 (file)
@@ -23,6 +23,7 @@
        dl-lookup.c thing .. Invalid write of size 8
        Memcheck:Value8
        fun:do_lookup_x
+       ...
        fun:_dl_lookup_symbol_x
        ...
 }
@@ -30,6 +31,7 @@
        dl-lookup.c thing .. Invalid write of size 8
        Memcheck:Addr8
        fun:do_lookup_x
+       ...
        fun:_dl_lookup_symbol_x
        ...
 }