Skip to content

Commit

Permalink
suppression for memcheck openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh7 committed Mar 31, 2016
1 parent db3b422 commit fc0190b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/valgrind.supp
Expand Up @@ -33,6 +33,18 @@
obj:*/usr/*lib*/libgomp.so*
}

{
shogun pthread_create stack warnings for libgomp (-fopenmp)
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_*
obj:*/usr/*lib*/libgomp.so*
}

{
libxml strange leaks 64-bit
Memcheck:Leak
Expand Down

0 comments on commit fc0190b

Please sign in to comment.