From 74a34f14ae7031c19e0ee63fe819721f36d52892 Mon Sep 17 00:00:00 2001 From: sageweil Date: Tue, 15 May 2007 22:11:56 +0000 Subject: [PATCH] * from trunk git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1358 29311d96-e01e-0410-9327-a35deaab8ce9 --- branches/sage/cephmds2/valgrind.supp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 branches/sage/cephmds2/valgrind.supp diff --git a/branches/sage/cephmds2/valgrind.supp b/branches/sage/cephmds2/valgrind.supp new file mode 100644 index 0000000000000..a6154be057544 --- /dev/null +++ b/branches/sage/cephmds2/valgrind.supp @@ -0,0 +1,25 @@ +# some valgrind suppressions +# to load these automagically, +# cat > ~/.valgrindrc +# --suppressions=valgrind.supp +# + + +# this one makes valgrind shut up about what appears to be a bug in libc's writev. +{ + writev uninit bytes thing -sage + Memcheck:Param + writev(vector[...]) + fun:writev + fun:_ZN11BlockDevice6_writeEijjRN6buffer4listE + fun:_ZN11BlockDevice5do_ioEiRSt4listIPNS_6biovecESaIS2_EE + fun:_ZN11BlockDevice15io_thread_entryEv + fun:_ZN11BlockDevice8IOThread5entryEv + fun:_ZN6Thread11_entry_funcEPv + fun:start_thread + fun:clone + obj:* + obj:* + obj:* + obj:* +} -- 2.39.5