Skip to content

Commit fd9781b

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

File tree

1 file changed

+0
-101
lines changed

1 file changed

+0
-101
lines changed

valgrind.suppress

Lines changed: 0 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@
8787
fun:ngx_calloc
8888
fun:ngx_event_process_init
8989
}
90-
{
91-
<insert_a_suppression_name_here>
92-
Memcheck:Leak
93-
fun:malloc
94-
fun:ngx_alloc
95-
fun:ngx_malloc
96-
fun:ngx_pcalloc
97-
}
98-
{
99-
<insert_a_suppression_name_here>
100-
Memcheck:Leak
101-
fun:malloc
102-
fun:ngx_alloc
103-
}
10490
{
10591
<insert_a_suppression_name_here>
10692
Memcheck:Param
@@ -128,96 +114,27 @@
128114
fun:ngx_log_error_core
129115
fun:ngx_http_charset_header_filter
130116
}
131-
{
132-
<insert_a_suppression_name_here>
133-
Memcheck:Leak
134-
fun:memalign
135-
fun:posix_memalign
136-
fun:ngx_memalign
137-
fun:ngx_pcalloc
138-
}
139117
{
140118
<insert_a_suppression_name_here>
141119
Memcheck:Param
142120
socketcall.setsockopt(optval)
143121
fun:setsockopt
144122
fun:drizzle_state_connect
145123
}
146-
{
147-
<insert_a_suppression_name_here>
148-
Memcheck:Leak
149-
fun:malloc
150-
fun:ngx_alloc
151-
fun:ngx_palloc_large
152-
}
153124
{
154125
<insert_a_suppression_name_here>
155126
Memcheck:Leak
156127
fun:malloc
157128
fun:ngx_alloc
158129
fun:ngx_pool_cleanup_add
159130
}
160-
{
161-
<insert_a_suppression_name_here>
162-
Memcheck:Leak
163-
fun:malloc
164-
fun:ngx_alloc
165-
fun:ngx_pnalloc
166-
}
167131
{
168132
<insert_a_suppression_name_here>
169133
Memcheck:Cond
170134
fun:ngx_conf_flush_files
171135
fun:ngx_single_process_cycle
172136
fun:main
173137
}
174-
175-
{
176-
<insert_a_suppression_name_here>
177-
Memcheck:Leak
178-
fun:malloc
179-
fun:ngx_alloc
180-
fun:ngx_palloc
181-
}
182-
{
183-
<insert_a_suppression_name_here>
184-
Memcheck:Leak
185-
fun:malloc
186-
fun:ngx_alloc
187-
fun:ngx_pcalloc
188-
}
189-
{
190-
<insert_a_suppression_name_here>
191-
Memcheck:Leak
192-
fun:malloc
193-
fun:ngx_alloc
194-
fun:ngx_malloc
195-
fun:ngx_palloc_large
196-
}
197-
{
198-
<insert_a_suppression_name_here>
199-
Memcheck:Leak
200-
fun:malloc
201-
fun:ngx_alloc
202-
fun:ngx_create_pool
203-
}
204-
{
205-
<insert_a_suppression_name_here>
206-
Memcheck:Leak
207-
fun:malloc
208-
fun:ngx_alloc
209-
fun:ngx_malloc
210-
fun:ngx_palloc
211-
}
212-
{
213-
<insert_a_suppression_name_here>
214-
Memcheck:Leak
215-
fun:malloc
216-
fun:ngx_alloc
217-
fun:ngx_malloc
218-
fun:ngx_pnalloc
219-
}
220-
221138
{
222139
<insert_a_suppression_name_here>
223140
Memcheck:Leak
@@ -234,7 +151,6 @@
234151
fun:ngx_init_cycle
235152
fun:main
236153
}
237-
238154
{
239155
<insert_a_suppression_name_here>
240156
Memcheck:Leak
@@ -429,23 +345,6 @@
429345
fun:ngx_init_cycle
430346
fun:main
431347
}
432-
{
433-
<insert_a_suppression_name_here>
434-
Memcheck:Leak
435-
fun:memalign
436-
fun:posix_memalign
437-
fun:ngx_memalign
438-
fun:ngx_create_pool
439-
}
440-
{
441-
<insert_a_suppression_name_here>
442-
Memcheck:Leak
443-
fun:memalign
444-
fun:posix_memalign
445-
fun:ngx_memalign
446-
fun:ngx_palloc_block
447-
fun:ngx_palloc
448-
}
449348
{
450349
<insert_a_suppression_name_here>
451350
Memcheck:Cond

0 commit comments

Comments
 (0)