This patch adds a runtime flag print_live_threads_info, which defaults to true, controls whether or not prints remaining threads in error report as an extra information.
We(ByteDance) are in the process of enabling hwasan for our server-side applications on AArch64/Linux, these server-side applications have thousands of threads, so it is nice to have this option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo