Skip to content

Commit a5e8ba1

Browse files
committed
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
1 parent b572087 commit a5e8ba1

File tree

1 file changed

+52
-58
lines changed

1 file changed

+52
-58
lines changed

valgrind.suppress

Lines changed: 52 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Param
4-
socketcall.sendmsg(msg.msg_iov[i])
5-
fun:sendmsg
6-
fun:ngx_write_channel
7-
fun:ngx_signal_worker_processes
8-
fun:ngx_master_process_cycle
9-
fun:main
2+
<insert_a_suppression_name_here>
3+
Memcheck:Param
4+
socketcall.sendmsg(msg.msg_iov[i])
5+
fun:sendmsg
6+
fun:ngx_write_channel
7+
fun:ngx_signal_worker_processes
8+
fun:ngx_master_process_cycle
9+
fun:main
1010
}
1111
{
12-
<insert_a_suppression_name_here>
13-
Memcheck:Addr4
14-
fun:ngx_init_cycle
15-
fun:ngx_master_process_cycle
16-
fun:main
12+
<insert_a_suppression_name_here>
13+
Memcheck:Addr4
14+
fun:ngx_init_cycle
15+
fun:ngx_master_process_cycle
16+
fun:main
1717
}
1818
{
19-
<insert_a_suppression_name_here>
20-
Memcheck:Param
21-
socketcall.sendmsg(msg.msg_iov[i])
22-
fun:__sendmsg_nocancel
23-
fun:ngx_write_channel
24-
fun:ngx_signal_worker_processes
25-
fun:ngx_master_process_cycle
26-
fun:main
19+
<insert_a_suppression_name_here>
20+
Memcheck:Param
21+
socketcall.sendmsg(msg.msg_iov[i])
22+
fun:__sendmsg_nocancel
23+
fun:ngx_write_channel
24+
fun:ngx_signal_worker_processes
25+
fun:ngx_master_process_cycle
26+
fun:main
2727
}
2828
{
2929
<insert_a_suppression_name_here>
@@ -34,45 +34,39 @@ fun:main
3434
}
3535
{
3636
<insert_a_suppression_name_here>
37-
Memcheck:Leak
38-
fun:malloc
39-
fun:ngx_alloc
37+
Memcheck:Param
38+
socketcall.sendmsg(msg.msg_iov[i])
39+
fun:__sendmsg_nocancel
40+
fun:ngx_write_channel
41+
fun:ngx_signal_worker_processes
42+
fun:ngx_master_process_cycle
43+
fun:main
4044
}
4145
{
42-
<insert_a_suppression_name_here>
43-
Memcheck:Param
44-
socketcall.sendmsg(msg.msg_iov[i])
45-
fun:__sendmsg_nocancel
46-
fun:ngx_write_channel
47-
fun:ngx_signal_worker_processes
48-
fun:ngx_master_process_cycle
49-
fun:main
50-
}
51-
{
52-
<insert_a_suppression_name_here>
53-
Memcheck:Param
54-
socketcall.sendmsg(msg.msg_iov[i])
55-
fun:__sendmsg_nocancel
56-
fun:ngx_write_channel
57-
fun:ngx_master_process_cycle
58-
fun:main
59-
}
60-
{
61-
<insert_a_suppression_name_here>
62-
Memcheck:Param
63-
socketcall.sendmsg(msg.msg_iov[i])
64-
fun:__sendmsg_nocancel
65-
fun:ngx_write_channel
66-
fun:ngx_pass_open_channel
67-
fun:ngx_start_worker_processes
68-
fun:ngx_master_process_cycle
69-
fun:main
70-
}
71-
{
72-
<insert_a_suppression_name_here>
73-
Memcheck:Param
74-
epoll_ctl(event)
75-
fun:epoll_ctl
46+
<insert_a_suppression_name_here>
47+
Memcheck:Param
48+
socketcall.sendmsg(msg.msg_iov[i])
49+
fun:__sendmsg_nocancel
50+
fun:ngx_write_channel
51+
fun:ngx_master_process_cycle
52+
fun:main
53+
}
54+
{
55+
<insert_a_suppression_name_here>
56+
Memcheck:Param
57+
socketcall.sendmsg(msg.msg_iov[i])
58+
fun:__sendmsg_nocancel
59+
fun:ngx_write_channel
60+
fun:ngx_pass_open_channel
61+
fun:ngx_start_worker_processes
62+
fun:ngx_master_process_cycle
63+
fun:main
64+
}
65+
{
66+
<insert_a_suppression_name_here>
67+
Memcheck:Param
68+
epoll_ctl(event)
69+
fun:epoll_ctl
7670
}
7771
{
7872
nginx-core-process-init

0 commit comments

Comments
 (0)