mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 19:26:45 +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>