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

Commit

Permalink
Merge pull request #1127 from KFilipek/libunwind
Browse files Browse the repository at this point in the history
tests: add libunwind suppresion
  • Loading branch information
lukaszstolarczuk authored Jul 5, 2021
2 parents 5e2aabc + a1815b3 commit cc23043
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/memcheck-libunwind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@
obj:*libunwind*
...
}
{
libunwind calls glibc's setcontext on some architectures, e.g. ppc
Memcheck:Addr8
fun:setcontext*
...
}
{
libunwind exception suppresion
Memcheck:Param
write(buf)
...
obj:*libunwind*
...
}

0 comments on commit cc23043

Please sign in to comment.