Skip to content

Commit fdc5b53

Browse files
committed
etc: Add helgrind suppressions for random locking order in rust_port_selector
1 parent c767390 commit fdc5b53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/etc/x86.supp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,13 @@
426426
fun:ev_loop_new
427427
fun:uv_loop_new
428428
...
429+
}
430+
431+
{
432+
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
433+
Helgrind:LockOrder
434+
fun:pthread_mutex_lock
435+
fun:_ZN15lock_and_signal4lockEv
436+
fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_mPm
437+
...
429438
}

0 commit comments

Comments
 (0)