-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathvalgrind.suppress
67 lines (67 loc) · 1.13 KB
/
valgrind.suppress
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lj_tab_newkey
fun:lj_tab_set
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:luaL_loadfile
fun:handle_script
fun:pmain
fun:lj_BC_FUNCC
fun:lua_cpcall
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lj_obj_equal
fun:lj_tab_get
fun:lj_meta_tget
fun:lj_vmeta_tgetv
fun:lua_pcall
fun:docall
fun:handle_script
fun:pmain
fun:lj_BC_FUNCC
fun:lua_cpcall
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lj_tab_newkey
fun:expr_table
fun:expr_binop
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:handle_script
fun:pmain
fun:lj_BC_FUNCC
fun:lua_cpcall
fun:main
}