Note that this support is not "official" since user-level context-switching is not normal and can break AddressSanitizer.
It might not work on some systems if their OSs/architectures employ special protection mechanisms.
Even on x86/64+Linux, some info functions (e.g., stack dump by ABT_info_print_thread_stack())
cause an error with AddressSanitizer since memory (for example, ULT stack) is not fully initialized.
If you need special support for these info functions with AddressSanitizer
(although these info functions are rarely used), please let us know.
Thanks,
Shintaro