2006-11-24 02:01:27 -05:00
|
|
|
# pacman suppressions for valgrind.
|
2008-01-11 16:50:25 -05:00
|
|
|
#
|
|
|
|
# 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
|
2006-11-24 02:01:27 -05:00
|
|
|
#
|
|
|
|
# Format of this file is:
|
|
|
|
# {
|
|
|
|
# name_of_suppression
|
|
|
|
# tool_name:supp_kind
|
|
|
|
# (optional extra info for some suppression types)
|
|
|
|
# caller0 name, or /name/of/so/file.so
|
|
|
|
# caller1 name, or ditto
|
|
|
|
# (optionally: caller2 name)
|
|
|
|
# (optionally: caller3 name)
|
|
|
|
# }
|
|
|
|
#
|
|
|
|
# For Memcheck, the supp_kinds are:
|
|
|
|
#
|
|
|
|
# Param Value1 Value2 Value4 Value8 Value16
|
|
|
|
# Free Addr1 Addr2 Addr4 Addr8 Addr16
|
|
|
|
# Cond (previously known as Value0)
|
|
|
|
#
|
|
|
|
# and the optional extra info is:
|
|
|
|
# if Param: name of system call param
|
|
|
|
# if Free: name of free-ing fn)
|
|
|
|
|
|
|
|
{
|
|
|
|
pacman-dlrelocate
|
|
|
|
Memcheck:Cond
|
|
|
|
fun:_dl_relocate_object
|
2007-11-13 01:12:57 -05:00
|
|
|
obj:*ld-2.?.so
|
2006-11-24 02:01:27 -05:00
|
|
|
}
|
2007-11-13 01:12:57 -05:00
|
|
|
|
2008-01-11 16:50:25 -05:00
|
|
|
{
|
|
|
|
pacman-msgsnd
|
|
|
|
Memcheck:Param
|
|
|
|
msgsnd(msgp->mtext)
|
|
|
|
fun:*
|
|
|
|
}
|
|
|
|
|
|
|
|
{
|
|
|
|
pacman-utimensat
|
|
|
|
Memcheck:Param
|
|
|
|
utimensat(filename)
|
|
|
|
fun:*
|
|
|
|
}
|