Skip to content

Commit e343b3a

Browse files
committed
tests: updated valgrind.suppress for latest glibc.
1 parent c2b6ae2 commit e343b3a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

valgrind.suppress

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,39 @@
190190
fun:ngx_set_environment
191191
fun:ngx_single_process_cycle
192192
}
193+
{
194+
<insert_a_suppression_name_here>
195+
Memcheck:Param
196+
epoll_pwait(sigmask)
197+
fun:epoll_pwait
198+
fun:epoll_wait
199+
fun:ngx_epoll_process_events
200+
fun:ngx_process_events_and_timers
201+
}
202+
{
203+
<insert_a_suppression_name_here>
204+
Memcheck:Param
205+
epoll_pwait(sigmask)
206+
fun:epoll_pwait
207+
fun:epoll_wait
208+
fun:ngx_epoll_test_rdhup
209+
fun:ngx_epoll_init
210+
fun:ngx_event_process_init
211+
}
212+
{
213+
<insert_a_suppression_name_here>
214+
Memcheck:Param
215+
epoll_pwait(sigmask)
216+
fun:epoll_pwait
217+
fun:ngx_epoll_process_events
218+
fun:ngx_process_events_and_timers
219+
}
220+
{
221+
<insert_a_suppression_name_here>
222+
Memcheck:Param
223+
epoll_pwait(sigmask)
224+
fun:epoll_pwait
225+
fun:ngx_epoll_test_rdhup
226+
fun:ngx_epoll_init
227+
fun:ngx_event_process_init
228+
}

0 commit comments

Comments
 (0)