mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
TSAN cannot instrument fcontext (assembly) context switches, causing undefined symbol errors for fiber_activation_record::current(). Add Conan build options and CMake defines to use the ucontext backend for TSAN, matching the existing ASAN configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>