Skip to content

Commit 0dffd1f

Browse files
committed
valgrind.suppress: removed luajit rules.
1 parent 8ff2437 commit 0dffd1f

File tree

1 file changed

+0
-87
lines changed

1 file changed

+0
-87
lines changed

valgrind.suppress

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Cond
4-
fun:lj_str_new
5-
}
61
{
72
<insert_a_suppression_name_here>
83
Memcheck:Param
@@ -55,42 +50,18 @@
5550
fun:ngx_single_process_cycle
5651
fun:main
5752
}
58-
{
59-
<insert_a_suppression_name_here>
60-
exp-sgcheck:SorG
61-
fun:lj_str_new
62-
fun:lua_pushlstring
63-
}
6453
{
6554
<insert_a_suppression_name_here>
6655
Memcheck:Leak
6756
fun:malloc
6857
fun:ngx_alloc
6958
obj:*
7059
}
71-
{
72-
<insert_a_suppression_name_here>
73-
exp-sgcheck:SorG
74-
fun:lj_str_new
75-
fun:lua_pushlstring
76-
}
7760
{
7861
<insert_a_suppression_name_here>
7962
exp-sgcheck:SorG
8063
fun:ngx_http_lua_ndk_set_var_get
8164
}
82-
{
83-
<insert_a_suppression_name_here>
84-
exp-sgcheck:SorG
85-
fun:lj_str_new
86-
fun:lua_getfield
87-
}
88-
{
89-
<insert_a_suppression_name_here>
90-
exp-sgcheck:SorG
91-
fun:lj_str_new
92-
fun:lua_setfield
93-
}
9465
{
9566
<insert_a_suppression_name_here>
9667
exp-sgcheck:SorG
@@ -124,18 +95,6 @@
12495
fun:ngx_malloc
12596
fun:ngx_pcalloc
12697
}
127-
{
128-
<insert_a_suppression_name_here>
129-
Memcheck:Addr4
130-
fun:lj_str_new
131-
fun:lua_setfield
132-
}
133-
{
134-
<insert_a_suppression_name_here>
135-
Memcheck:Addr4
136-
fun:lj_str_new
137-
fun:lua_getfield
138-
}
13998
{
14099
<insert_a_suppression_name_here>
141100
Memcheck:Leak
@@ -178,52 +137,6 @@
178137
fun:ngx_memalign
179138
fun:ngx_pcalloc
180139
}
181-
{
182-
<insert_a_suppression_name_here>
183-
Memcheck:Addr4
184-
fun:lj_str_new
185-
fun:lua_pushlstring
186-
}
187-
{
188-
<insert_a_suppression_name_here>
189-
Memcheck:Cond
190-
fun:lj_str_new
191-
fun:lj_str_fromnum
192-
}
193-
{
194-
<insert_a_suppression_name_here>
195-
Memcheck:Cond
196-
fun:lj_str_new
197-
fun:lua_pushlstring
198-
}
199-
{
200-
<false_alarm_due_to_u32_alignment_in_luajit2>
201-
Memcheck:Addr4
202-
fun:lj_str_new
203-
fun:lua_setfield
204-
fun:ngx_http_lua_cache_store_code
205-
}
206-
{
207-
<insert_a_suppression_name_here>
208-
Memcheck:Cond
209-
fun:lj_str_new
210-
fun:lua_getfield
211-
fun:ngx_http_lua_cache_load_code
212-
}
213-
{
214-
<insert_a_suppression_name_here>
215-
Memcheck:Cond
216-
fun:lj_str_new
217-
fun:lua_setfield
218-
fun:ngx_http_lua_cache_store_code
219-
}
220-
{
221-
<false_alarm_due_to_u32_alignment_in_luajit2>
222-
Memcheck:Addr4
223-
fun:lj_str_new
224-
fun:lua_getfield
225-
fun:ngx_http_lua_cache_load_code
226-
}
227140
{
228141
<insert_a_suppression_name_here>
229142
Memcheck:Param

0 commit comments

Comments
 (0)