Skip to content

Commit

Permalink
added more valgrind suppression rules for archlinux (gcc 4.6.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 5, 2011
1 parent d320c96 commit 6918513
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,18 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
fun:ngx_single_process_cycle
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
Expand Down

0 comments on commit 6918513

Please sign in to comment.