Skip to content

Add -nocrashhandler command line option#1400

Merged
slipher merged 1 commit intoDaemonEngine:masterfrom
slipher:nocrashhandler
Oct 31, 2024
Merged

Add -nocrashhandler command line option#1400
slipher merged 1 commit intoDaemonEngine:masterfrom
slipher:nocrashhandler

Conversation

@slipher
Copy link
Copy Markdown
Member

@slipher slipher commented Oct 29, 2024

This disables handlers that catch crashes that are fatal by default (segfault, division by zero, etc.). Disables both the default one and Breakpad. Useful if you want to enable core
dumps for the engine.

Fixes #1313.

This disables handlers that catch crashes that are fatal by default
(segfault, division by zero, etc.). Disables both the default one
and Breakpad. Useful if you want to enable core
dumps for the engine.

Fixes DaemonEngine#1313.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support core dumps of engine process

2 participants