-
Notifications
You must be signed in to change notification settings - Fork 88
/
darwin9-drd.supp
469 lines (446 loc) · 10 KB
/
darwin9-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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
# DRD suppressions for Darwin 9.x / Mac OS X 10.5 Leopard
#
# Suppression patterns for dyld, the dynamic loader.
#
{
drd-darwin-dyld-register-func-for-add-image
drd:MutexErr
fun:pthread_mutex_unlock
fun:_dyld_register_func_for_add_image
fun:__keymgr_initializer
fun:libSystem_initializer
}
{
drd-darwin-dyld-register-func-for-remove-image
drd:MutexErr
fun:pthread_mutex_unlock
fun:_dyld_register_func_for_remove_image
fun:__keymgr_initializer
fun:libSystem_initializer
}
{
drd-darwin-dyld-GlobalLockInitialize
drd:MutexErr
fun:pthread_mutex_init
fun:_Z24dyldGlobalLockInitializev
fun:_dyld_initializer
}
{
drd-darwin-dyld-bindLazySymbol
drd:ConflictingAccess
...
fun:_ZN4dyld14bindLazySymbolEPK11mach_headerPm
fun:stub_binding_helper_interface2
}
{
drd-darwin-dyld-addImage
drd:ConflictingAccess
fun:_ZN4dyld8addImageEP11ImageLoader
}
{
dyld-ImageLoader::link
drd:ConflictingAccess
...
fun:_ZN4dyld18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoE
fun:_ZN11ImageLoader4linkERKNS_11LinkContextEbbRKNS_10RPathChainE
fun:_ZN4dyld4linkEP11ImageLoaderbRKNS0_10RPathChainE
}
{
drd-darwin-dyld-ImageLoaderMachO::resolveUndefined
drd:ConflictingAccess
...
fun:_ZN16ImageLoaderMachO16resolveUndefinedERKN11ImageLoader11LinkContextEPK11macho_nlistbPPKS0_
}
{
drd-darwin-dyld-ImageLoaderMachO::findExportedSymbol
drd:ConflictingAccess
fun:_ZNK16ImageLoaderMachO18findExportedSymbolEPKcPKvbPPK11ImageLoader
fun:_ZNK11ImageLoader41findExportedSymbolInDependentImagesExceptEPKcPPKS_RS4_S4_S4_
fun:_ZNK11ImageLoader42findExportedSymbolInImageOrDependentImagesEPKcRKNS_11LinkContextEPPKS_
fun:dlsym
}
#
# Suppression patterns for libc, Darwin's C library.
#
{
drd-darwin-libc-cerror
drd:ConflictingAccess
...
fun:cerror
}
{
drd-darwin-libc-rand
drd:ConflictingAccess
fun:do_rand
}
{
drd-darwin-libc-vfprintf-1
drd:ConflictingAccess
fun:vfprintf_l
}
{
drd-darwin-libc-vfprintf-2
drd:ConflictingAccess
fun:__vfprintf
}
{
drd-darwin-libc-localeconv
drd:ConflictingAccess
fun:localeconv_l
}
{
drd-darwin-libc-fwrite
drd:ConflictingAccess
...
fun:fwrite$UNIX2003
}
{
drd-darwin-cxa-guard-acquire
drd:ConflictingAccess
obj:*
fun:__cxa_current_exception_type
fun:__cxa_guard_acquire
}
{
drd-darwin-cxa-guard-release
drd:ConflictingAccess
fun:__cxa_guard_release
}
{
drd-darwin-cxa-finalize
drd:MutexErr
fun:pthread_mutex_destroy
fun:__tcf_115
fun:__cxa_finalize
fun:exit
}
{
drd-darwin-atexit-register
drd:ConflictingAccess
fun:atexit_register
}
{
drd-darwin-opendir
drd:ConflictingAccess
fun:telldir$UNIX2003
fun:__opendir2$UNIX2003
fun:opendir$UNIX2003
}
{
drd-darwin-readdir
drd:ConflictingAccess
fun:readdir
}
{
drd-darwin-closedir
drd:ConflictingAccess
fun:closedir$UNIX2003
}
{
drd:darwin-ptrace
drd:ConflictingAccess
fun:ptrace
}
#
# Suppression patterns for libpthread, Darwin's POSIX threads implementation.
#
{
drd-darwin-pthread-create-1
drd:ConflictingAccess
obj:*
fun:thread_start
}
{
drd-darwin-pthread-create-2
drd:ConflictingAccess
...
fun:pthread_create*
}
{
drd-darwin-pthread-join-1
drd:ConflictingAccess
...
fun:pthread_join$UNIX2003
}
{
drd-darwin-pthread-exit
drd:ConflictingAccess
...
fun:_pthread_exit
}
{
drd-darwin-pthread-find-thread
drd:ConflictingAccess
fun:_pthread_find_thread
}
{
drd-darwin-pthread-spin-unlock
drd:ConflictingAccess
fun:spin_unlock
}
{
drd-darwin-pthread-testcancel
drd:ConflictingAccess
fun:_pthread_testcancel
}
{
drd-darwin-pthread-detach
drd:ConflictingAccess
...
fun:pthread_detach
}
{
drd-darwin-pthread-detach
drd:CondRaceErr
...
fun:pthread_detach
}
{
drd-darwin-pthread-kill
drd:ConflictingAccess
...
fun:pthread_kill
}
{
drd-darwin-pthread-free-pthread-onstack
drd:ConflictingAccess
fun:mig_dealloc_reply_port
fun:_pthread_free_pthread_onstack
}
{
drd-darwin-pthread-mach-thread-np
drd:ConflictingAccess
...
fun:pthread_mach_thread_np
}
{
drd-darwin-pthread-key-create
drd:ConflictingAccess
fun:pthread_key_create
}
#
# Suppression patterns for libobjc.
#
# It looks like the implementation of objc_msgSend uses another means than the
# POSIX threads library for locking. More information about messaging and
# objc_msgSend can be found here:
# http://devworld.apple.com/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtHowMessagingWorks.html
#
{
drd-darwin-objc-msgSend
drd:ConflictingAccess
...
fun:objc_msgSend
}
{
drd-darwin-objc-msgSend
drd:ConflictingAccess
...
fun:objc_sync_enter
}
#
# Suppression patterns for CoreFoundation.framework.
#
# Suppressions for NSObject methods. For more information about the NSObject
# class, see also
# http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html
{
drd-darwin-NSObject-release
drd:ConflictingAccess
...
fun:-[NSObject release]
}
{
drd-darwin-NSObject-autorelease-1
drd:ConflictingAccess
...
fun:-[NSObject(NSObject) autorelease]
}
{
drd-darwin-NSObject-autorelease-2
drd:ConflictingAccess
fun:__NSAutoreleaseObject
}
{
drd-darwin-NSObject-NSDeallocateObject
drd:ConflictingAccess
fun:_internal_object_dispose
fun:NSDeallocateObject
}
{
drd-darwin-NSObject-retain
drd:ConflictingAccess
...
fun:-[NSObject retain]
}
{
drd-darwin-NSObject-retainCount
drd:ConflictingAccess
...
fun:-[NSObject retainCount]
}
{
drd-darwin-NSObject-NSDelayedPerforming-1
drd:ConflictingAccess
...
fun:+[NSObject(NSDelayedPerforming) cancelPreviousPerformRequestsWithTarget:selector:object:]
}
{
drd-darwin-NSObject-NSDelayedPerforming-2
drd:ConflictingAccess
...
fun:-[NSObject(NSDelayedPerforming) performSelector:withObject:afterDelay:]
}
{
drd-darwin-NSObject-NSDelayedPerforming-3
drd:ConflictingAccess
...
fun:-[NSObject(NSDelayedPerforming) performSelector:withObject:afterDelay:inModes:]
}
{
drd-darwin-NSObject-NSDelayedPerforming-4
drd:ConflictingAccess
...
fun:-[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:]
}
{
drd-darwin-NSObject-NSDelayedPerforming-5
drd:ConflictingAccess
...
fun:-[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:]
}
# Suppressions for methods of the NSThread class.
{
drd-NSThread-nq
drd:ConflictingAccess
...
fun:-[NSThread _nq:]
}
# Suppressions for methods of the NSLock class. See also
# http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSLock_Class/Reference/Reference.html
{
drd-darwin-NSLock-lock
drd:ConflictingAccess
fun:-[NSLock lock]
}
{
drd-darwin-NSLock-unlock
drd:ConflictingAccess
fun:-[NSLock unlock]
}
# Suppressions for NSCondition methods.
{
drd-darwin-NSConditionLock-lock
drd:ConflictingAccess
fun:-[NSCondition lock]
}
# Suppressions for NSConditionLock methods.
{
drd-darwin-NSConditionLock-lockWhenCondition:beforeDate:
drd:ConflictingAccess
fun:-[NSConditionLock lockWhenCondition:beforeDate:]
}
# NSExtraRefCount returns the specified object's reference count, and
# NSDecrementExtraRefCountWasZero decrements the specified object's reference
# count.
# See also http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Functions/Reference/reference.html
{
drd-darwin-NSExtraRefCount
drd:ConflictingAccess
...
fun:NSExtraRefCount
}
{
drd-darwin-NSDecrementExtraRefCountWasZero
drd:ConflictingAccess
...
fun:NSDecrementExtraRefCountWasZero
}
# For more information about key-value observing, see also the NSKeyValueObserving Protocol Reference:
# http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Protocols/NSKeyValueObserving_Protocol/Reference/Reference.html
{
drd-darwin-NSKVONotify
drd:ConflictingAccess
...
fun:NSKVONotify
}
{
drd-darwin-NSKVONotifyingEnableForInfoAndKey
drd:ConflictingAccess
...
fun:_NSKVONotifyingEnableForInfoAndKey
}
# From the NSRunLoop class reference:
# Warning: The NSRunLoop class is generally not considered to be thread-safe
# and its methods should only be called within the context of the current
# thread. You should never try to call the methods of an NSRunLoop object
# running in a different thread, as doing so might cause unexpected results.
# See also the NSRunLoop Class Reference:
# http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSRunLoop_Class/Reference/Reference.html
# {
# drd-darwin-CFRunLoop*
# drd:ConflictingAccess
# ...
# fun:CFRunLoop*
# }
# See also the CFBag reference:
# http://developer.apple.com/documentation/CoreFoundation/Reference/CFBagRef/Reference/reference.html
# {
# drd-darwin-CFBag*
# drd:ConflictingAccess
# fun:CFBag*
# }
# Suppression patterns for the memory allocation functions in WTF.
{
drd-WTF::fastCalloc
drd:ConflictingAccess
...
fun:_ZN3WTF10fastCallocEmm
}
{
drd-WTF::fastMalloc
drd:ConflictingAccess
...
fun:_ZN3WTF10fastMallocEm
}
{
drd-WTF::fastFree
drd:ConflictingAccess
...
fun:_ZN3WTF8fastFreeEPv
}
# Suppression patterns for the string manipulation functions in WebCore.
{
drd-WebCore::StringImpl::init
drd:ConflictingAccess
...
fun:_ZN7WebCore10StringImpl4initEPKcj
}
{
drd-WebCore::StringImpl::append
drd:ConflictingAccess
...
fun:_ZN7WebCore10StringImpl6appendEPKtj
}
{
drd-WebCore::CString::init
drd:ConflictingAccess
...
fun:_ZN7WebCore7CString4initEPKcj
}
# Suppression patterns for the text encoding functions in WebCore.
{
drd-WebCore::WebCore::TextCodec::~TextCodec()
drd:ConflictingAccess
fun:_ZN7WebCore9TextCodecD2Ev
}
{
drd-WebCore::TextCodecICU::TextCodecICU
drd:ConflictingAccess
fun:_ZN7WebCore12TextCodecICUC2ERKNS_12TextEncodingE
}
{
drd-WebCore::TextCodecICU::~TextCodecICU
drd:ConflictingAccess
fun:_ZN7WebCore12TextCodecICUD0Ev
}