* catch_abort: Remove java interop It won't work anyway since we're exiting the thread immediately * catch_abort: Also catch SIGILL
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.