Add an abort handler and preload it on Linux (#1456)

Some native code (CEF) may cause SIGTRAP to be sent on fatal errors,
which brings down the entire server. Instead only kill the thread and
attempt to continue.
This commit is contained in:
Constantin Piber
2025-06-21 18:02:05 +02:00
committed by GitHub
parent 20c850c10b
commit bd7ea64b02
6 changed files with 72 additions and 0 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ scripts/OpenJDK*
scripts/zulu*
scripts/electron-*
scripts/rcedit-*
scripts/resources/*.so