jnigi icon indicating copy to clipboard operation
jnigi copied to clipboard

Signal handling for panics

Open timob opened this issue 8 years ago • 2 comments

Need to make the JVM and Golang runtime work nicely together, when Go panics happen.

timob avatar Aug 28 '16 21:08 timob

On Linux this can bee done by hooking the sigaction call.

On Windows, need to check if any changes are needed.

timob avatar Aug 28 '16 22:08 timob

On Windows see: https://github.com/timob/jnigi/issues/31

timob avatar Aug 13 '20 08:08 timob

On Linux/Darwin this works correctly now.

timob avatar Aug 09 '23 07:08 timob