Closed aaronchongth closed 3 years ago
Discovered in https://github.com/open-rmf/rmf_traffic/pull/20, tsan workflow.
tsan
std::shared_ptr<const bool>
Suppressing for now
Bug report
Required information:
Discovered in https://github.com/open-rmf/rmf_traffic/pull/20,
tsan
workflow.Description of the bug
std::shared_ptr<const bool>
is not atomic, when used for interrupts in multi-threaded scenarios.Additional information