Skip to content

Commit 43f9f4d

Browse files
committed
etc: Add helgrind suppressions for libunwind
1 parent b2a075e commit 43f9f4d

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

src/etc/x86.supp

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,4 +435,29 @@
435435
fun:_ZN15lock_and_signal4lockEv
436436
fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_mPm
437437
...
438-
}
438+
}
439+
440+
{
441+
libunwind-surely-this-is-ok
442+
Helgrind:Race
443+
...
444+
fun:_Unwind_RaiseException
445+
fun:__cxa_throw
446+
...
447+
}
448+
449+
{
450+
libunwind-surely-this-is-ok2
451+
Helgrind:Race
452+
...
453+
fun:_Unwind_Resume
454+
...
455+
}
456+
457+
{
458+
libunwind-surely-this-is-ok3
459+
Helgrind:Race
460+
fun:_Unwind_SetGR
461+
fun:__gxx_personality_v0
462+
...
463+
}

0 commit comments

Comments
 (0)