Skip to content

Commit 490e79a

Browse files
committed
Suppress drd error in the umf_test-ipc_max_opened_limit
1 parent 941e91f commit 490e79a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
Conditional variable destruction false-positive
3+
drd:CondErr
4+
...
5+
fun:pthread_cond_destroy@*
6+
...
7+
}
8+
9+
{
10+
[false-positive] Double check locking pattern in trackingOpenIpcHandle
11+
drd:ConflictingAccess
12+
fun:utils_atomic_load_acquire_ptr
13+
fun:trackingOpenIpcHandle
14+
fun:umfMemoryProviderOpenIPCHandle
15+
fun:umfOpenIPCHandle
16+
...
17+
}
18+
19+
{
20+
[false-positive] trackingGetIpcHandle
21+
drd:ConflictingAccess
22+
fun:trackingGetIpcHandle
23+
fun:umfMemoryProviderGetIPCHandle
24+
fun:umfGetIPCHandle
25+
}
26+
27+
{
28+
[false-positive] trackingGetIpcHandle
29+
drd:ConflictingAccess
30+
fun:memmove
31+
fun:trackingGetIpcHandle
32+
fun:umfMemoryProviderGetIPCHandle
33+
fun:umfGetIPCHandle
34+
}

0 commit comments

Comments
 (0)