From 469edff15ee58d4681be948e41e59f225c2fcabb Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Tue, 26 Jul 2016 15:08:42 -0700 Subject: [PATCH] updated valgrind.suppress for nginx 1.11.2+ on linux i386. --- valgrind.suppress | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/valgrind.suppress b/valgrind.suppress index c2fa937..f487e35 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -43,3 +43,10 @@ fun:ngx_epoll_init fun:ngx_event_process_init } +{ + + Memcheck:Param + epoll_ctl(event) + fun:epoll_ctl + fun:ngx_epoll_test_rdhup +}