Releases: EmbarkStudios/crash-handling
Releases · EmbarkStudios/crash-handling
sadness-generator-0.4.1
Added
- PR#47 added support for raising
EXC_GUARD
exceptions on MacOS.
minidumper-0.5.0
Changed
- PR#50 updated
minidump-writer
to take advantage of improvements in writing macos minidumps.
crash-handler-0.3.3
crash-context-0.4.0
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.
sadness-generator-0.4.0
minidumper-0.4.0
Changed
crash-handler-0.3.2
Release 0.3.1
Changed
- Updated to
minidump-writer
0.2.1 which includes support for MacOS thread names, and aligns on crash-context 0.3.0.
Release 0.3.0
Added
- First usable release of
crash-context
,crash-handler
,sadness-generator
, andminidumper
crates.