mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
added few more suppressions in tsan.supp
Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
13
external/tsan.supp
vendored
13
external/tsan.supp
vendored
@@ -89,4 +89,15 @@ signal:boost::asio::detail::memory
|
||||
signal:execute_native_thread_routine
|
||||
|
||||
# Suppress nested TSAN bugs (TSAN crashing while handling a crash)
|
||||
signal:nested bug in the same thread
|
||||
signal:nested bug in the same thread
|
||||
|
||||
# Suppress data race in Boost Context fiber management
|
||||
# This is a false positive in Boost's exception state management during fiber context switching
|
||||
race:__cxxabiv1::manage_exception_state
|
||||
race:boost::context::fiber::resume
|
||||
race:boost::asio::detail::spawned_fiber_thread
|
||||
race:boost::asio::detail::spawned_fiber_thread::suspend_with
|
||||
race:boost::asio::detail::spawned_fiber_thread::destroy
|
||||
|
||||
# Suppress data race in __tsan_memcpy called from Boost fiber operations
|
||||
race:__tsan_memcpy
|
||||
|
||||
Reference in New Issue
Block a user