Skip to content

Commit 147e0f1

Browse files
committed
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
1 parent 85968e8 commit 147e0f1

File tree

1 file changed

+48
-70
lines changed

1 file changed

+48
-70
lines changed

valgrind.suppress

Lines changed: 48 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,64 @@
11
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Leak
4-
fun:malloc
5-
fun:ngx_alloc
6-
fun:ngx_create_pool
7-
fun:ngx_event_accept
8-
}
9-
{
10-
<insert_a_suppression_name_here>
11-
Memcheck:Leak
12-
fun:malloc
13-
fun:ngx_alloc
14-
fun:ngx_create_pool
15-
fun:ngx_http_init_request
16-
}
17-
{
18-
<insert_a_suppression_name_here>
19-
Memcheck:Leak
20-
fun:malloc
21-
fun:ngx_alloc
22-
fun:ngx_malloc
23-
fun:ngx_palloc
24-
}
25-
{
26-
<insert_a_suppression_name_here>
27-
Memcheck:Leak
28-
fun:malloc
29-
fun:ngx_alloc
30-
fun:ngx_malloc
31-
fun:ngx_pnalloc
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_create_pool
7+
fun:ngx_event_accept
328
}
339
{
34-
<insert_a_suppression_name_here>
35-
Memcheck:Leak
36-
fun:malloc
37-
fun:ngx_alloc
10+
<insert_a_suppression_name_here>
11+
Memcheck:Leak
12+
fun:malloc
13+
fun:ngx_alloc
14+
fun:ngx_create_pool
15+
fun:ngx_http_init_request
3816
}
3917
{
40-
<insert_a_suppression_name_here>
41-
Memcheck:Param
42-
socketcall.sendmsg(msg.msg_iov[i])
43-
fun:sendmsg
44-
fun:ngx_write_channel
45-
fun:ngx_signal_worker_processes
46-
fun:ngx_master_process_cycle
47-
fun:main
18+
<insert_a_suppression_name_here>
19+
Memcheck:Param
20+
socketcall.sendmsg(msg.msg_iov[i])
21+
fun:sendmsg
22+
fun:ngx_write_channel
23+
fun:ngx_signal_worker_processes
24+
fun:ngx_master_process_cycle
25+
fun:main
4826
}
4927
{
50-
<insert_a_suppression_name_here>
51-
Memcheck:Param
52-
socketcall.sendmsg(msg.msg_iov[i])
53-
fun:__sendmsg_nocancel
54-
fun:ngx_write_channel
55-
fun:ngx_signal_worker_processes
56-
fun:ngx_master_process_cycle
57-
fun:main
28+
<insert_a_suppression_name_here>
29+
Memcheck:Param
30+
socketcall.sendmsg(msg.msg_iov[i])
31+
fun:__sendmsg_nocancel
32+
fun:ngx_write_channel
33+
fun:ngx_signal_worker_processes
34+
fun:ngx_master_process_cycle
35+
fun:main
5836
}
5937
{
60-
<insert_a_suppression_name_here>
61-
Memcheck:Param
62-
socketcall.sendmsg(msg.msg_iov[i])
63-
fun:__sendmsg_nocancel
64-
fun:ngx_write_channel
65-
fun:ngx_master_process_cycle
66-
fun:main
38+
<insert_a_suppression_name_here>
39+
Memcheck:Param
40+
socketcall.sendmsg(msg.msg_iov[i])
41+
fun:__sendmsg_nocancel
42+
fun:ngx_write_channel
43+
fun:ngx_master_process_cycle
44+
fun:main
6745
}
6846
{
69-
<insert_a_suppression_name_here>
70-
Memcheck:Param
71-
socketcall.sendmsg(msg.msg_iov[i])
72-
fun:__sendmsg_nocancel
73-
fun:ngx_write_channel
74-
fun:ngx_pass_open_channel
75-
fun:ngx_start_worker_processes
76-
fun:ngx_master_process_cycle
77-
fun:main
47+
<insert_a_suppression_name_here>
48+
Memcheck:Param
49+
socketcall.sendmsg(msg.msg_iov[i])
50+
fun:__sendmsg_nocancel
51+
fun:ngx_write_channel
52+
fun:ngx_pass_open_channel
53+
fun:ngx_start_worker_processes
54+
fun:ngx_master_process_cycle
55+
fun:main
7856
}
7957
{
80-
<insert_a_suppression_name_here>
81-
Memcheck:Param
82-
epoll_ctl(event)
83-
fun:epoll_ctl
58+
<insert_a_suppression_name_here>
59+
Memcheck:Param
60+
epoll_ctl(event)
61+
fun:epoll_ctl
8462
}
8563
{
8664
<insert_a_suppression_name_here>

0 commit comments

Comments
 (0)