Skip to content

Commit

Permalink
valgrind.suppress: ignored a false positive in glibc on Amazon Linux …
Browse files Browse the repository at this point in the history
…i386.
  • Loading branch information
agentzh committed Jul 6, 2015
1 parent 628a094 commit e81c980
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions valgrind.suppress
Expand Up @@ -72,3 +72,11 @@
fun:_dl_sysdep_start
fun:_dl_start
}
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
fun:ngx_epoll_init
fun:ngx_event_process_init
}

0 comments on commit e81c980

Please sign in to comment.