Skip to content

crash-context-0.4.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 21 Jul 14:13
· 64 commits to main since this release

Added

  • PR#46 added support for unpacking EXC_RESOURCE exceptions on MacOS.
  • PR#47 added support for unpacking EXC_GUARD exceptions on MacOS.

Changed

  • PR#47 changed ExceptionInfo to use unsigned types for all of its fields. While these are declared as signed, in practice all usage of them is as unsigned integers.

Fixed

  • PR#47 fixed a potential issue with the IPC exception passing due to the structure's not being #[repr(C, packed(4))], and the receiving side not (properly) accounting for the trailer that is added by the kernel to every mach msg.