Skip to content

Commit 32f7818

Browse files
committed
etc: Add more helgrind suppressions for i686
1 parent 958c321 commit 32f7818

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/etc/x86.supp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,25 @@
437437
...
438438
}
439439

440+
{
441+
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
442+
Helgrind:LockOrder
443+
fun:pthread_mutex_lock
444+
fun:pthread_mutex_lock
445+
fun:_ZN15lock_and_signal4lockEv
446+
fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_mPm
447+
...
448+
}
449+
450+
{
451+
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-i686
452+
Helgrind:LockOrder
453+
fun:pthread_mutex_lock
454+
fun:pthread_mutex_lock
455+
fun:_ZN15lock_and_signal4lockEv
456+
fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_jPj
457+
}
458+
440459
{
441460
libunwind-surely-this-is-ok
442461
Helgrind:Race

0 commit comments

Comments
 (0)