Skip to content

Commit 36af2f1

Browse files
committed
don't leave a space
1 parent b527c75 commit 36af2f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/RFCs/0004-crashtracker-design.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ The collector interacts with the system in the following ways:
3434
* If the system expects and handles `sigsegv`, `sigbus` and `sigabort` as part of its ordinary functioning, this can violate principle 1\.
3535
This is not common for most languages, but Java and .Net turn some crashes into recoverable user exceptions.
3636
A crashtracker signal handler risks breaking that mechanism.
37-
3837
Mitigation: not using signal handler based crashtracking for these languages.
3938
* Risks during a crash
4039
* N/A

0 commit comments

Comments
 (0)