jnigi
jnigi copied to clipboard
Signal handling for panics
Need to make the JVM and Golang runtime work nicely together, when Go panics happen.
On Linux this can bee done by hooking the sigaction call.
On Windows, need to check if any changes are needed.
On Windows see: https://github.com/timob/jnigi/issues/31
On Linux/Darwin this works correctly now.