mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
๐ fix(vsupp): dl and dbus errors suppressed
This commit is contained in:
@@ -73,29 +73,62 @@
|
|||||||
...
|
...
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name
|
memcheck_malloc_suppressions
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
fun:*
|
fun:malloc
|
||||||
obj:*
|
|
||||||
...
|
...
|
||||||
fun:_dl_*
|
obj:/var/cache/nscd/passwd
|
||||||
|
}
|
||||||
|
{
|
||||||
|
memcheck_calloc_suppressions
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:calloc
|
||||||
|
...
|
||||||
|
obj:/var/cache/nscd/passwd
|
||||||
|
}
|
||||||
|
{
|
||||||
|
memcheck_realloc_suppressions
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:realloc
|
||||||
|
...
|
||||||
|
obj:/var/cache/nscd/passwd
|
||||||
|
}
|
||||||
|
{
|
||||||
|
dl_catch_exception_suppressions
|
||||||
|
Memcheck:Leak
|
||||||
|
...
|
||||||
|
fun:_dl_catch_exception
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name
|
dl_catch_exception_suppressions_addr8
|
||||||
Memcheck:Leak
|
|
||||||
fun:*
|
|
||||||
obj:*
|
|
||||||
...
|
|
||||||
fun:dl_*
|
|
||||||
...
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name
|
|
||||||
Memcheck:Addr8
|
Memcheck:Addr8
|
||||||
fun:*
|
|
||||||
obj:*
|
|
||||||
...
|
...
|
||||||
fun:dl_*
|
fun:_dl_catch_exception
|
||||||
|
...
|
||||||
|
}
|
||||||
|
{
|
||||||
|
dlopen_malloc-suppressions
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:_dl_open
|
||||||
|
...
|
||||||
|
}
|
||||||
|
{
|
||||||
|
_dl_init_suppressions
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:_Znwm
|
||||||
|
...
|
||||||
|
fun:_dl_init
|
||||||
|
}
|
||||||
|
{
|
||||||
|
dbus_suppressions
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
...
|
||||||
|
fun:_dbus*
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user