extends valgrind.supp and adds quick instructions.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
This commit is contained in:
parent
8372a9e8c7
commit
8ffa6fa7ad
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# pacman suppressions for valgrind.
|
# 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:
|
# Format of this file is:
|
||||||
# {
|
# {
|
||||||
|
@ -29,3 +32,16 @@
|
||||||
obj:*ld-2.?.so
|
obj:*ld-2.?.so
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
pacman-msgsnd
|
||||||
|
Memcheck:Param
|
||||||
|
msgsnd(msgp->mtext)
|
||||||
|
fun:*
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
pacman-utimensat
|
||||||
|
Memcheck:Param
|
||||||
|
utimensat(filename)
|
||||||
|
fun:*
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue