Fix backtrace

  1. Provide backtrace on macOS via execinfo.h.
  2. Fix unwind-based backtrace for non-PIE.
  3. Support unwind-based backtrace for PIE.
  4. Drop redundant dependency on POSIX threads.
  5. Clean up the backtrace functionality.

Merge request reports

Loading