From: Rich Alloway Date: Wed, 13 Jul 2016 12:50:00 +0000 (-0400) Subject: FIX for Issue 695 - master branch X-Git-Tag: v1.7.0~43^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F723%2Fhead;p=thirdparty%2Frrdtool-1.x.git FIX for Issue 695 - master branch --- 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");