Re: [dm-devel] [PATCH v2 23/29] multipath-tools: mpath-tools.supp: file with valgrind suppressions

2020-10-19 Thread Benjamin Marzinski
On Fri, Oct 16, 2020 at 12:44:55PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > These leaks are caused by other libraries (libsystemd, glibc, > libgcrypt) and should be ignored when debugging with valgrind > > Usage example: > > valgrind --suppressions=mpath-tools.supp \ >

[dm-devel] [PATCH v2 23/29] multipath-tools: mpath-tools.supp: file with valgrind suppressions

2020-10-16 Thread mwilck
From: Martin Wilck These leaks are caused by other libraries (libsystemd, glibc, libgcrypt) and should be ignored when debugging with valgrind Usage example: valgrind --suppressions=mpath-tools.supp \ --leak-check=full --show-leak-kinds=all $COMMAND Signed-off-by: Martin Wilck ---