Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit cc23043

Browse files
Merge pull request #1127 from KFilipek/libunwind
tests: add libunwind suppresion
2 parents 5e2aabc + a1815b3 commit cc23043

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/memcheck-libunwind.supp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,17 @@
2121
obj:*libunwind*
2222
...
2323
}
24+
{
25+
libunwind calls glibc's setcontext on some architectures, e.g. ppc
26+
Memcheck:Addr8
27+
fun:setcontext*
28+
...
29+
}
30+
{
31+
libunwind exception suppresion
32+
Memcheck:Param
33+
write(buf)
34+
...
35+
obj:*libunwind*
36+
...
37+
}

0 commit comments

Comments
 (0)