Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Allow multiple fatal signals
As long as the same thread never handles more than one fatal signal, multiple fatal signals can be processed. This should guarantee that the stacktrace is printed into the log while guaranteeing that recursion never takes place if the handling of a fatal signal causes a fatal signal to be emitted.
- Loading branch information
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters