From: tamil Date: Mon, 10 Sep 2012 22:02:47 +0000 (-0700) Subject: Suppress valgrind error "Invalid write 8" X-Git-Tag: 1.1.0~2459 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=39efbbcc2d019bfbedc88e8389a72c5aafef57c1;p=teuthology.git Suppress valgrind error "Invalid write 8" Signed-off-by: tamil --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 917d0b8b6..de0e8a685 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -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 ... }