diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-28 18:10:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-28 18:10:48 +0100 |
commit | 3b187c5cee0a9584d7c31e10f9fe008b94cf6d58 (patch) | |
tree | 3c6629602e1166065c58e2f0abbfdf7b0d7be709 | |
parent | 288c0991d5a0b24084e27efff4bca80170ea4456 (diff) |
update NEWS
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -174,6 +174,14 @@ CHANGES WITH 217: and 'b!', so that they are created only at boot and not overwritten at runtime. + * When the watchdog logic is used for a service (WatchdogSec=) + and the watchdog timeout is hit the service will now be + terminated with SIGABRT (instead of just SIGTERM), in order + to make sure a proper coredump and backtrace is + generated. This ensures that hanging services will result in + similar coredump/backtrace behaviour as services that hit a + segmentation fault. + Contributions from: Andreas Henriksson, Andrei Borzenkov, Angus Gibson, Ansgar Burchardt, Ben Wolsieffer, Brandon L. Black, Christian Hesse, Cristian RodrÃguez, Daniel Buch, |