CxxUtils: Make stack dumps more robust.
-
Make s_lastSP thread_local. It's intended to prevent recursion, but multiple threads were confusing things.
-
When forking addr2line, use vfork rather than fork, to avoid interference from the atfork handler registered by openblas.