On 06/22/2017 09:11 PM, Michael Stahl wrote:
The signal-chaining facility also allows an application to link and
load a shared library libjsig.so before libc/libthread/libpthread.
This library ensures that calls such as signal(), sigset(),
andsigaction() are intercepted so that they do not actual
On 22.06.2017 19:53, Noel Grandin wrote:
> if we care about playing nicely with pre-existing signal handles
> installed by the JVM, then surely the right answer is that we too should
> implement signal-chaining.
> i.e. when we install our signal handlers, we should store the address of
> the previo
if we care about playing nicely with pre-existing signal handles installed
by the JVM, then surely the right answer is that we too should implement
signal-chaining.
i.e. when we install our signal handlers, we should store the address of
the previously installed handler (if any) and call that insid