Skip to content

AthenaServices: Avoid thread_local during fast stack dump.

Accessing a thread_local variable may result in a call to malloc. Avoid using thread_local in code that runs as part of the fast stack dump, so that the dump will work even if the heap is corrupt.

See ATR-22583.

Merge request reports