-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrd.supp
More file actions
50 lines (49 loc) · 937 Bytes
/
drd.supp
File metadata and controls
50 lines (49 loc) · 937 Bytes
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
{
<traverse inside collection is ok>
drd:ConflictingAccess
fun:traverse_object
fun:global_collection
}
{
<traverse value ok>
drd:ConflictingAccess
fun:traverse_value
fun:traverse_object
fun:global_collection
}
{
<list is protected by stop-world>
drd:ConflictingAccess
fun:global_trace
fun:global_collection
}
{
<reading stopped is not a race>
drd:ConflictingAccess
fun:is_world_stopped
}
{
<we deliberately test this case in t/thread.lua>
drd:MutexErr
fun:pthread_mutex_unlock
fun:thrlib_mutex_unlock
fun:luaD_precall
fun:luaV_execute
fun:luaD_call
fun:f_call
fun:luaD_rawrunprotected
fun:luaD_pcall
fun:lua_pcall
fun:luaB_pcall
fun:luaD_precall
fun:luaV_execute
fun:luaD_call
fun:f_call
fun:luaD_rawrunprotected
fun:luaD_pcall
fun:lua_pcall
fun:thrlib_thread_func
fun:vgDrd_thread_wrapper
fun:start_thread
fun:clone
}