From: Stefan Metzmacher Date: Thu, 7 Jan 2010 08:21:56 +0000 (+0100) Subject: server: setup fault handler to get the build-in backtrace support X-Git-Url: http://git.samba.org/?p=tridge%2Fctdb.git;a=commitdiff_plain;h=37d11895e96ba8bc8c9ba159083970c45f76d9bb server: setup fault handler to get the build-in backtrace support The panic action feature will be added later. metze --- diff --git a/server/ctdbd.c b/server/ctdbd.c index 41a1bed4..9fb63d74 100644 --- a/server/ctdbd.c +++ b/server/ctdbd.c @@ -173,6 +173,7 @@ int main(int argc, const char *argv[]) talloc_enable_null_tracking(); ctdb_block_signal(SIGPIPE); + fault_setup("ctdbd"); ev = event_context_init(NULL);