From 8ffa6fa7adf291b3dad822c459e1372a31af09f1 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Fri, 11 Jan 2008 22:50:25 +0100 Subject: extends valgrind.supp and adds quick instructions. Signed-off-by: Chantry Xavier --- valgrind.supp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'valgrind.supp') diff --git a/valgrind.supp b/valgrind.supp index 20227349..1a452082 100644 --- a/valgrind.supp +++ b/valgrind.supp @@ -1,5 +1,8 @@ # pacman suppressions for valgrind. -# right now, I really just care about those stupid dl_relocates +# +# To have valgrind use this file (and have pactest use it as well), +# just create a ~/.valgrindrc containing the following line: +# --suppressions=/full/path/to/valgrind.supp # # Format of this file is: # { @@ -29,3 +32,16 @@ obj:*ld-2.?.so } +{ + pacman-msgsnd + Memcheck:Param + msgsnd(msgp->mtext) + fun:* +} + +{ + pacman-utimensat + Memcheck:Param + utimensat(filename) + fun:* +} -- cgit v1.2.3-24-g4f1b