Relates :
|
According to Oracle's document: http://www.oracle.com/technetwork/java/javase/signals-139944.html#gbzcj Applications need to preload libjsig library to enable signal chaining. However, after libjsig.dylib is preloaded, any call from native code to signal() causes a deadlock.
|