Skip to content

Commit

Permalink
valgrind: fix libleveldb suppression on dynamically linked leveldb
Browse files Browse the repository at this point in the history
(The function names don't show up here)

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Oct 18, 2013
1 parent 5579981 commit c8ec9fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion teuthology/task/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@
...
}
{
ignore all leveldb leaks
ignore all static leveldb leaks
Memcheck:Leak
...
fun:*leveldb*
...
}
{
ignore all dynamic libleveldb leaks
Memcheck:Leak
...
obj:*libleveldb.so*
...
}
{
ignore libcurl leaks
Memcheck:Leak
Expand Down

0 comments on commit c8ec9fe

Please sign in to comment.