Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 15 Jul 15:54
· 154 commits to main since this release

Fixed

  • PR#42 resolved #41 by capping the VM read of task memory to avoid a syscall failure, as well as made it so that if an error does occur when reading the module's file path, the module is still written to the minidump, as the file path is less important than the UUID in terms of module identification.
  • PR#44 resolved #43 by correctly calculating the base address of each loaded module. The bug was inherited from Breakpad.
  • PR#44 and PR#45 resolved #37 by making the crash_context::CrashContext optional on MacOS and Windows, to make creating a minidump without necessarily having an actual crash more convenient for users.