Skip to content

Version 0.18.0 (2023-09-18)

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 10:11
· 114 commits to main since this release

Release Notes

  • Add support for the MozMacosBootargsStream minidump stream which captures
    information holding macOS kernel boot arguments.
  • Always use the code file for unwinding on Windows when using native debug
    information. Previously the stack walker could use the PDB file which does
    not contain unwinding information in 64-bit builds.
  • Populate the process ID field on Linux, this displays the PID of the crashed
    process.
  • Expose the MINIDUMP_MEMORY_INFO fields in the public API.
  • Disable bit-flip detection on 64-bit ARM minidumps since it's prone to
    false positives.

Download minidump-stackwalk 0.18.0

File Platform Checksum
minidump-stackwalk-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
minidump-stackwalk-x86_64-apple-darwin.tar.xz macOS Intel checksum
minidump-stackwalk-x86_64-pc-windows-msvc.zip Windows x64 checksum
minidump-stackwalk-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum