From: Sage Weil Date: Wed, 22 Aug 2012 22:29:44 +0000 (-0700) Subject: suppress this valgrind error X-Git-Tag: 1.1.0~2467 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=82cefa247797d7e53bfc3289325bfdf289c9ef18;p=teuthology.git suppress this valgrind error 0x4 1 InvalidWrite Invalid write of size 8 0x400A299 /lib/x86_64-linux-gnu/ld-2.15.so do_lookup_x /build/buildd/eglibc-2.15/elf dl-lookup.c 250 0x403122F 0x400A522 /lib/x86_64-linux-gnu/ld-2.15.so _dl_lookup_symbol_x /build/buildd/eglibc-2.15/elf dl-lookup.c 739 Address 0x7feffeec8 is on thread 1's stack pops up recently --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index da4bb5e1e..917d0b8b6 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -19,3 +19,17 @@ fun:__strptime_internal ... } +{ + dl-lookup.c thing .. Invalid write of size 8 + Memcheck:Value8 + fun:do_lookup_x + fun:_dl_lookup_symbol_x + ... +} +{ + dl-lookup.c thing .. Invalid write of size 8 + Memcheck:Addr8 + fun:do_lookup_x + fun:_dl_lookup_symbol_x + ... +}