Skip to content

v2.5.3

Compare
Choose a tag to compare
@peadar peadar released this 09 Apr 07:34
· 63 commits to master since this release

Maintenance release

  • Fixes for aarch64
    • Don't terminate DWARF unwinding without explicit signal. Prevents truncated stacktraces.
    • Don't fault if the process image has no VDSO (eg, generate from valgrind)
  • DWARF improvements
    • Implement DW_OP_piece
    • Implement displaying floating point arguments
    • Be more robust dealing with arguments that can't be printed
  • Fix clang compilation errors
  • Allow compilation against older glibc versions (where gettid syscall may not have a wrapper function)