etc: Add helgrind suppressions for libunwind

This commit is contained in:
Brian Anderson 2012-03-02 22:09:39 -08:00
parent b2a075e20d
commit 43f9f4d54a
1 changed files with 26 additions and 1 deletions

View File

@ -435,4 +435,29 @@
fun:_ZN15lock_and_signal4lockEv
fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_mPm
...
}
}
{
libunwind-surely-this-is-ok
Helgrind:Race
...
fun:_Unwind_RaiseException
fun:__cxa_throw
...
}
{
libunwind-surely-this-is-ok2
Helgrind:Race
...
fun:_Unwind_Resume
...
}
{
libunwind-surely-this-is-ok3
Helgrind:Race
fun:_Unwind_SetGR
fun:__gxx_personality_v0
...
}