crash-context-0.4.0
·
72 commits
to main
since this release
Added
- PR#46 added support for unpacking
EXC_RESOURCEexceptions on MacOS. - PR#47 added support for unpacking
EXC_GUARDexceptions on MacOS.
Changed
- PR#47 changed
ExceptionInfoto 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.