Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KDE Development Scripts
Commits
06765a67
Commit
06765a67
authored
Mar 13, 2022
by
David Faure
Browse files
Silence two valgrind warnings in libdl and forkfd
parent
c5000481
Pipeline
#200952
skipped
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
kde.supp
View file @
06765a67
...
...
@@ -26,6 +26,13 @@
fun:_dl_catch_error*
}
{
addr8/dl_catch_error
MemCheck:Addr8
...
fun:_dl_catch_error*
}
{
strchr/libc/_dl_catch_error
MemCheck:Cond
...
...
@@ -179,6 +186,15 @@
fun:inflateInit2*
}
# Qt uses the waitid syscall in strange ways, to detect forkfd support
{
sys_waitid from qtbase/src/3rdparty/forkfd/forkfd_linux.c
Memcheck:Param
waitid(infop)
fun:syscall
fun:_ZL10sys_waitidiiP9siginfo_tiP6rusage
}
# Leakcheck suppressions
{
dlopen_worker_malloc
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment