We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527c75 commit 36af2f1Copy full SHA for 36af2f1
docs/RFCs/0004-crashtracker-design.md
@@ -34,7 +34,6 @@ The collector interacts with the system in the following ways:
34
* If the system expects and handles `sigsegv`, `sigbus` and `sigabort` as part of its ordinary functioning, this can violate principle 1\.
35
This is not common for most languages, but Java and .Net turn some crashes into recoverable user exceptions.
36
A crashtracker signal handler risks breaking that mechanism.
37
-
38
Mitigation: not using signal handler based crashtracking for these languages.
39
* Risks during a crash
40
* N/A
0 commit comments