diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-03-02 22:09:39 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-03-05 19:39:55 -0800 |
| commit | 43f9f4d54ab7a0b61bce06e017c715e2f4cc85de (patch) | |
| tree | cdb52be0965013bc472942f28fdbe718368f78b1 | |
| parent | b2a075e20d07994c960a7598fee2771d10cb9989 (diff) | |
| download | rust-43f9f4d54ab7a0b61bce06e017c715e2f4cc85de.tar.gz rust-43f9f4d54ab7a0b61bce06e017c715e2f4cc85de.zip | |
etc: Add helgrind suppressions for libunwind
| -rw-r--r-- | src/etc/x86.supp | 27 |
1 files changed, 26 insertions, 1 deletions
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 + ... +} |
