Created
March 28, 2021 00:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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