etc: Add helgrind suppressions for random locking order in rust_port_selector
This commit is contained in:
parent
c76739072c
commit
fdc5b53c6e
@ -426,4 +426,13 @@
|
||||
fun:ev_loop_new
|
||||
fun:uv_loop_new
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
random-locking-order-but-it-only-happens-in-a-single-thread-at-a-time-I-polled-2-other-people-and-they-thought-it-was-prabably-ok
|
||||
Helgrind:LockOrder
|
||||
fun:pthread_mutex_lock
|
||||
fun:_ZN15lock_and_signal4lockEv
|
||||
fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_mPm
|
||||
...
|
||||
}
|
Loading…
Reference in New Issue
Block a user