Skip to content

Instantly share code, notes, and snippets.

@mvanotti
Created March 28, 2021 00:23
Show Gist options
  • Save mvanotti/6933fb4b1369b75e5cf1331054cafa38 to your computer and use it in GitHub Desktop.
Save mvanotti/6933fb4b1369b75e5cf1331054cafa38 to your computer and use it in GitHub Desktop.
Valgrind suppressions for valgrind 3.15 running on alpine linux with musl. See https://bugs.kde.org/show_bug.cgi?id=426751. See also https://wiki.wxwidgets.org/Valgrind_Suppression_File_Howto
{
"Sup 3 test"
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
obj:/lib/ld-musl-x86_64.so.1
fun:__dls3
obj:*
obj:*
obj:*
}
{
"Sup 2 test"
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
obj:/lib/ld-musl-x86_64.so.1
obj:*
obj:*
obj:*
}
{
"Sup 1 test"
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
obj:/lib/ld-musl-x86_64.so.1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment