backtrace-ptrace 1.32.1

This release introduces three new feature flags regarding register serialization and callstack verbosity:

  • --no-serialize-registers - do not serialize registers in the .btt file. This setting is also available in the json config as serialize_registers.
  • --no-values - an alias for --no-serialize-registers --max-variable-depth=0.
  • --verbose-callstack - adds two new attributes containing the list of modules and the list of source files. In coronerd, they will be available as callstack.modules and callstack.files respectively. This setting is also available in the json config as verbose_callstack.

backtrace-ptrace 1.32.0

This release introduces support for FreeBSD 13.0-CURRENT and memory error detection capabilities in the FreeBSD kernel UMA allocator.

backtrace-coronerd 1.36.11

This release officially switches to the new web interface, significantly improves Windows memory dump symbolification, improves database performance and includes several other improvements. All users are recommended to upgrade.

More …