Crates.io | minidumper |
lib.rs | minidumper |
version | 0.8.3 |
source | src |
created_at | 2022-05-23 13:41:23.854783 |
updated_at | 2024-06-08 08:24:34.463573 |
description | IPC impl for creating a minidump for a crashed process |
homepage | https://github.com/EmbarkStudios/crash-handling/tree/main/minidumper |
repository | https://github.com/EmbarkStudios/crash-handling |
max_upload_size | |
id | 591796 |
size | 121,973 |
This crate supplies a client and server IPC implementation for communicating between a process that may crash (client) and a monitor (server) process.
The client can communicate application-specific state via [Client::send_message
], and, if a crash occurs, can use [Client::request_dump
] to request a minidump be created. The [Server
] uses a user implemented [ServerHandler
] to handle the messages sent by the client, and provides a way to create the minidump file where a requested crash can be written to, as well as a callback when a minidump is finished writing (both on failure and success) to perform whatever additional steps make sense for the application, such as transmission of the minidump to an external HTTP service for processing or the like.
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started. Please also read our Contributor Terms before you make any contributions.
Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:
This contribution is dual licensed under EITHER OF
at your option.
For clarity, "your" refers to Embark or any other licensee/user of the contribution.