From: Rich Alloway Date: Tue, 12 Jul 2016 17:45:00 +0000 (-0400) Subject: FIX for Issue 695 - rrdtool 1.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2f314ad20f7cfdaa2df2bb38be69bd40f24891;p=thirdparty%2Frrdtool-1.x.git FIX for Issue 695 - rrdtool 1.6 --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index ffdcfe51..8eb5f059 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -356,8 +356,8 @@ static void* signal_receiver (void UNUSED(*args)) switch(status) { case -1: - RRDD_LOG(LOG_ERR, "%s: %s\nerrno: %d", __func__, "Signal wait failed.", errno); - abort(); + RRDD_LOG(LOG_NOTICE, "%s: %s (May be OK if occuring while attaching/attached to strace, gdb, etc)\nerrno: %d", __func__, "Signal wait failed.", errno); + break; case SIGINT: sig_common("INT");