From 4ac5eb78320a8a08b687e194b5e684f6fe2cfc7d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 29 Apr 2010 08:50:17 +0000 Subject: [PATCH] rs: stacktrace if system process exits early. --- servers/rs/manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/rs/manager.c b/servers/rs/manager.c index 6114e91d9..b585b40bf 100644 --- a/servers/rs/manager.c +++ b/servers/rs/manager.c @@ -822,6 +822,7 @@ PUBLIC void terminate_service(struct rproc *rp) if(rp->r_flags & RS_INITIALIZING) { printf("RS: service '%s' exited during initialization\n", rpub->label); rp->r_flags |= RS_EXITING; /* don't restart. */ + sys_sysctl_stacktrace(rp->r_pub->endpoint); /* If updating, rollback. */ if(rp->r_flags & RS_UPDATING) { -- 2.44.0