timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

Signal handling for panics #6

Closed timob closed 1 year ago

timob commented 8 years ago

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

timob commented 8 years ago

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

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

timob commented 4 years ago

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

timob commented 1 year ago

On Linux/Darwin this works correctly now.