valgrind.suppressions: more library suppressions
This commit is contained in:
parent
dc14ac7a8f
commit
d51265d48f
@ -486,6 +486,66 @@
|
|||||||
fun:_dl_init
|
fun:_dl_init
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:index
|
||||||
|
fun:expand_dynamic_string_token
|
||||||
|
fun:fillin_rpath
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:index
|
||||||
|
fun:expand_dynamic_string_token
|
||||||
|
...
|
||||||
|
fun:do_preload
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# libopenal
|
||||||
|
#
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:calloc
|
||||||
|
obj:*/libopenal.so*
|
||||||
|
...
|
||||||
|
fun:_dl_init
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# libadplug
|
||||||
|
#
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
obj:*/libadplug*.so*
|
||||||
|
...
|
||||||
|
fun:_dl_init
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# libjack
|
||||||
|
#
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:_Znwm
|
||||||
|
obj:*/libjack.so*
|
||||||
|
...
|
||||||
|
fun:_dl_init
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# libsmbclient
|
# libsmbclient
|
||||||
#
|
#
|
||||||
@ -507,3 +567,18 @@
|
|||||||
fun:smbc_setDebug
|
fun:smbc_setDebug
|
||||||
fun:smbc_init
|
fun:smbc_init
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# libgomp
|
||||||
|
#
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:gomp_init_num_threads
|
||||||
|
...
|
||||||
|
fun:_dl_init
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user