Skip to content

Commit

Permalink
Valgrind: add supressions file and .valgrindrc using it
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jul 18, 2019
1 parent 10da6d5 commit 9d6df7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .valgrind-suppressions
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
<linux-stack-poisoning>
Memcheck:Addr4
fun:_ZN5Linux6Thread13_poison_stackEv
fun:_ZN5Linux6Thread15_run_trampolineEPv
fun:start_thread
fun:clone
}
1 change: 1 addition & 0 deletions .valgrindrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--suppressions=.valgrind-suppressions

0 comments on commit 9d6df7d

Please sign in to comment.