-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathruby.supp
156 lines (130 loc) · 1.86 KB
/
ruby.supp
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
memcpy/rb_thread_save_context(Value1)
Memcheck:Addr1
fun:memcpy
fun:rb_thread_save_context
}
{
memcpy/rb_thread_restore_context(Value1)
Memcheck:Addr1
fun:memcpy
fun:rb_thread_restore_context
}
{
strchr/_dl_catch_error(Cond)
Memcheck:Cond
fun:strchr
obj:/lib/libc-2.2.5.so
fun:_dl_catch_error
}
{
gc_mark(Cond)
Memcheck:Cond
fun:gc_mark
}
{
gc_mark(Value4)
Memcheck:Value4
fun:gc_mark
}
{
gc_mark_children(Cond)
Memcheck:Cond
fun:gc_mark_children
}
{
gc_mark_children(Value4)
Memcheck:Value4
fun:gc_mark_children
}
{
mark_locations_array(Cond)
Memcheck:Cond
fun:mark_locations_array
}
{
mark_locations_array(Value4)
Memcheck:Value4
fun:mark_locations_array
}
{
mark_locations_array(Addr4)
Memcheck:Addr4
fun:mark_locations_array
}
{
mark_locations_array(Value8)
Memcheck:Value8
fun:mark_locations_array
}
{
mark_locations_array(Addr8)
Memcheck:Addr8
fun:mark_locations_array
}
{
rb_gc_mark(Cond)
Memcheck:Cond
fun:rb_gc_mark
}
{
rb_gc_mark(Value4)
Memcheck:Value4
fun:rb_gc_mark
}
{
rb_gc_mark_children(Value4)
Memcheck:Value4
fun:rb_gc_mark_children
}
{
rb_gc_mark_children(Cond)
Memcheck:Cond
fun:rb_gc_mark_children
}
{
rb_thread_save_context(Addr4)
Memcheck:Addr4
fun:rb_thread_save_context
}
# TODO: I'm not sure if this rule is good or not
{
rb_yield_0(Addr4)
Memcheck:Addr4
fun:rb_yield_0
}
{
is_pointer_to_heap(Cond)
Memcheck:Cond
fun:is_pointer_to_heap
}
{
rb_special_const_p(Cond)
Memcheck:Cond
fun:rb_special_const_p
}
{
gc_sweep(Cond)
Memcheck:Cond
fun:gc_sweep
}
{
th_make_env_each(Cond)
Memcheck:Cond
fun:th_make_env_each
}
{
gc_marks(Value8)
Memcheck:Value8
fun:gc_marks
}
{
gc_marks(Cond)
Memcheck:Cond
fun:gc_marks
}
{
mark_current_machine_context(Cond)
Memcheck:Cond
fun:mark_current_machine_context
}