Skip to content
  • scott snyder's avatar
    CxxUtils: Make stack dumps more robust. · fa8e80da
    scott snyder authored
     - 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.
    fa8e80da