Signal handling in Java
Noel Grandin
noelgrandin at gmail.com
Thu Jun 22 17:53:41 UTC 2017
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 inside our signal
handler.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20170622/1b7f043f/attachment.html>
More information about the LibreOffice
mailing list