From 43f9f4d54ab7a0b61bce06e017c715e2f4cc85de Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 2 Mar 2012 22:09:39 -0800 Subject: [PATCH] etc: Add helgrind suppressions for libunwind --- src/etc/x86.supp | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/etc/x86.supp b/src/etc/x86.supp index c3370144527..df8dd4ad759 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -435,4 +435,29 @@ fun:_ZN15lock_and_signal4lockEv fun:_ZN18rust_port_selector6selectEP9rust_taskPP9rust_portS4_mPm ... -} \ No newline at end of file +} + +{ + 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 + ... +}