[CRIU] [PATCH 1/4] restore: zombie -- Add more detailed log on signals
Cyrill Gorcunov
gorcunov at gmail.com
Fri Dec 7 14:57:09 MSK 2018
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
criu/cr-restore.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/criu/cr-restore.c b/criu/cr-restore.c
index af78505a2895..d915615dfce3 100644
--- a/criu/cr-restore.c
+++ b/criu/cr-restore.c
@@ -1036,6 +1036,7 @@ static int restore_one_zombie(CoreEntry *core)
pr_perror("Can't drop the dumpable flag");
signr = exit_code & 0x7F;
+ pr_debug("Killing zombie with signal %d\n", signr);
if (!sig_fatal(signr)) {
pr_warn("Exit with non fatal signal ignored\n");
signr = SIGABRT;
--
2.17.2
More information about the CRIU
mailing list