File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ <insert_a_suppression_name_here>
3
+ Memcheck:Param
4
+ epoll_ctl(event)
5
+ fun:epoll_ctl
6
+ fun:ngx_epoll_add_event
7
+ fun:ngx_handle_read_event
8
+ }
9
+ {
10
+ <insert_a_suppression_name_here>
11
+ Memcheck:Param
12
+ epoll_ctl(event)
13
+ fun:epoll_ctl
14
+ fun:ngx_epoll_notify_init
15
+ fun:ngx_epoll_init
16
+ fun:ngx_event_process_init
17
+ }
18
+ {
19
+ <insert_a_suppression_name_here>
20
+ Memcheck:Param
21
+ epoll_ctl(event)
22
+ fun:epoll_ctl
23
+ fun:ngx_epoll_add_connection
24
+ fun:ngx_event_connect_peer
25
+ }
26
+ {
27
+ <insert_a_suppression_name_here>
28
+ Memcheck:Leak
29
+ match-leak-kinds: definite
30
+ fun:malloc
31
+ fun:ngx_alloc
32
+ fun:ngx_event_process_init
33
+ fun:ngx_single_process_cycle
34
+ fun:main
35
+ }
36
+ {
37
+ <insert_a_suppression_name_here>
38
+ Memcheck:Param
39
+ epoll_ctl(event)
40
+ fun:epoll_ctl
41
+ fun:ngx_epoll_add_event
42
+ fun:ngx_event_process_init
43
+ }
44
+ {
45
+ <insert_a_suppression_name_here>
46
+ Memcheck:Param
47
+ epoll_ctl(event)
48
+ fun:epoll_ctl
49
+ fun:ngx_epoll_add_event
50
+ fun:ngx_add_channel_event
51
+ fun:ngx_worker_process_init
52
+ }
You can’t perform that action at this time.
0 commit comments