Commit Graph

2 Commits

Author SHA1 Message Date
Constantin Piber d8a5cdfb78 catch_abort: Remove java interop & catch SIGILL (#1891)
* catch_abort: Remove java interop

It won't work anyway since we're exiting the thread immediately

* catch_abort: Also catch SIGILL
2026-02-08 15:05:06 -05:00
Constantin Piber bd7ea64b02 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.
2025-06-21 12:02:05 -04:00