-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.
Description
I had a discussion with a user today who apparently thought that uncaughtException
event could be used as a reliable way to restart the application on a crash (after the cleanup and termination). Or that's how I understood what he told me.
The documentation for uncaughtException
already has a long and expressive warning noting that the process must not be continued after receiving that exception (ref).
Perhaps it should also explicitly note that the application could crash in ways that do not trigger this event, and that if one wants to restart the process in a guaranteed way — an external watcher should be used.
Fishrock123, BridgeAR and abenhamdine
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.