-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
freebsd-drd.supp
270 lines (269 loc) · 4.37 KB
/
freebsd-drd.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
# Suppressions for FreeBSD / DRD
{
DRD-LDRT
drd:ConflictingAccess
obj:/libexec/ld-elf*.so.1
}
{
DRD-PTHREAD-EXIT1
drd:ConflictingAccess
...
fun:pthread_exit
}
{
DRD-PTHREAD-EXIT2
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
fun:pthread_exit
}
{
DRD-PRINTF1
drd:ConflictingAccess
fun:f*lockfile
}
{
DRD-MANY1
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
obj:/libexec/ld-elf*.so.1
}
{
DRD-MANY2
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
obj:*/lib*/libthr.so.3
obj:/libexec/ld-elf*.so.1
}
{
DRD-MANY3
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
obj:*/lib*/libthr.so.3
obj:*/lib*/libthr.so.3
obj:/libexec/ld-elf*.so.1
}
{
DRD-MANY4
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
}
{
DRD-UNWIND1
drd:ConflictingAccess
...
fun:dl_iterate_phdr
}
{
DRD-PTHREAD-DETACH1
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
fun:pthread_detach
}
{
DRD-LIBGOMP
drd:ConflictingAccess
obj:/usr/local/lib*/gcc*/libgomp.so.1.0.0
}
{
DRD-LIBOMP
drd:ConflictingAccess
obj:/usr/lib*/libomp.so
}
{
DRD-LIBGOMP3
drd:ConflictingAccess
fun:.omp_outlined*
}
{
DRD-LIBGOMP4
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
obj:*/lib*/libthr.so.3
obj:*/lib*/libthr.so.3
fun:pthread_setspecific
}
{
DRD-UNWIND1
drd:ConflictingAccess
fun:_Unwind_GetCFA
obj:*/lib*/libthr.so.3
obj:*/lib*/libgcc_s.so.1
}
{
DRD-UNWIND2
drd:ConflictingAccess
...
fun:_Unwind_ForcedUnwind
}
{
DRD-PTHREAD-ATTR1
drd:ConflictingAccess
fun:pthread_attr_get_np
}
{
DRD-PTHREAD-SETSPECIFIC
drd:ConflictingAccess
fun:pthread_setspecific
}
{
DRD-MEMSET
drd:ConflictingAccess
fun:memset
obj:*/lib*/libthr.so.3
}
{
DRD-SET-POINTER
drd:ConflictingAccess
fun:_ZNSt3__121__thread_specific_ptrINS_15__thread_structEE11set_pointerEPS1_
}
{
DRD-DL-ITERATE-PHDR
drd:ConflictingAccess
...
obj:*/lib*/libthr.so.3
obj:/libexec/ld-elf*.so.1
fun:dl_iterate_phdr
}
{
DRD-LIBGCC-S
drd:ConflictingAccess
obj:*/lib*/libgcc_s.so.1
obj:*/lib*/libgcc_s.so.1
obj:*/lib*/libgcc_s.so.1
obj:*/lib*/libgcc_s.so.1
obj:*/lib*/libgcc_s.so.1
obj:*/lib*/libgcc_s.so.1
}
{
DRD-DLOPEN
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
obj:/libexec/ld-elf*.so.1
obj:/libexec/ld-elf*.so.1
obj:/libexec/ld-elf*.so.1
fun:dlopen
}
{
DRD-LD-ELF
drd:ConflictingAccess
obj:*/lib*/libthr.so.3
...
obj:/libexec/ld-elf*.so.1
}
{
DRD-SNPRINTF
drd:ConflictingAccess
...
obj:*/lib*/libc.so.7
fun:snprintf
}
{
DRD-FREEBSD122-OMP
drd:MutexErr
fun:pthread_mutex_destroy_intercept
fun:pthread_mutex_destroy
fun:_ZNSt3__15mutexD1Ev
fun:__cxa_finalize
}
{
DRD-FREEBSD130-JEMALLOC
drd:ConflictingAccess
obj:*/lib*/libc.so.7
obj:*/lib*/libc.so.7
fun:_malloc_postfork
}
{
DRD-FREEBSD140-LIBC-THREAD-LOCAL-DATA
drd:ConflictingAccess
fun:_ZNSt3__119__thread_local_dataEv
}
{
DRD-FREEBSD140-GUARD-VARIABLE
drd:ConflictingAccess
fun:_ZL11*
}
{
DRD-FREEBSD131-FOPEN1
drd:ConflictingAccess
obj:*/lib*/libc.so.7
fun:fopen
}
{
DRD-FREEBSD131-FOPEN2
drd:ConflictingAccess
fun:fopen
obj:*/lib*/libc.so.7
}
{
DRD-FREEBSD131-FGETS
drd:ConflictingAccess
obj:*/lib*/libc.so.7
...
fun:fgets
}
{
DRD-FREEBSD131-FCLOSE
drd:ConflictingAccess
obj:*/lib*/libc.so.7
fun:fclose
}
{
DRD-FREEBSD131-RES-VINIT
drd:ConflictingAccess
fun:__h_errno_set
fun:__res_vinit
obj:*/lib*/libc.so.7
}
{
DRD-FREEBSD131-ERRNO-SET
drd:ConflictingAccess
fun:__h_errno_set
obj:*/lib*/libc.so.7
}
{
DRD-FREEBSD131-LOCALECONV
drd:ConflictingAccess
fun:localeconv_l
obj:*/lib*/libc.so.7
}
{
DRD-FREEBSD131-VSPRINTF
drd:ConflictingAccess
obj:*/lib*/libc.so.7
fun:vsprintf
}
{
DRD-FREEBSD132-GETADDRINFO
drd:ConflictingAccess
...
obj:*/lib*/libc.so.7
fun:nsdispatch
obj:*/lib*/libc.so.7
fun:getaddrinfo
}
{
DRD-FREEEBSD15-_UMTX_OP_ERR
drd:ConflictingAccess
fun:_umtx_op_err
}
{
DRD-FREEEBSD15-_MALLOC_THREAD_CLEANUP
drd:ConflictingAccess
...
fun:_malloc_thread_cleanup
}
{
DRD-FREEEBSD14-ARM64-_UMTX_OP
drd:ConflictingAccess
fun:_umtx_op
}
{
DRD-FREEEBSD14-ARM64-PTHREAD_ONCE_INTERCEPT
drd:ConflictingAccess
fun:pthread_once_intercept
}
{
DRD-FREEBSD141-X86-THR_NEW
drd:ConflictingAccess
fun:thr_new
}