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
.
This releases includes support for various verbose callstack attributes and
stability improvements to binary scrubbers for Breakpad-generated Linux
minidump files.
More …
Fixes an issue in the previous release which would cause JIRA and Phabricator workflow integrations to spuriously fail. All users of JIRA or Phabricator are recommended to upgrade.
This release introduces support for FreeBSD 13.0-CURRENT
and memory error detection capabilities in the FreeBSD
kernel UMA allocator.
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 …