From: Gunnar Beutner Date: Fri, 1 Feb 2013 13:46:06 +0000 (+0100) Subject: Updated messages in the SIGABRT handler. X-Git-Tag: v0.0.2~593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df1199f206dbe59878fd6e336b5a4ec82d26a297;p=icinga2 Updated messages in the SIGABRT handler. --- diff --git a/lib/base/application.cpp b/lib/base/application.cpp index db5a17e60..099750c03 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -310,6 +310,12 @@ void Application::SigAbrtHandler(int signum) std::cerr << "Caught SIGABRT." << std::endl; Utility::PrintStacktrace(std::cerr, 1); + + std::cerr << "***" << std::endl + << "*** This would indicate a bug in Icinga 2. Please submit a bug report at https://dev.icinga.org/ and include" << std::endl + << "*** this stack trace as well as any other information that might be useful in order to reproduce this problem." << std::endl + << "***" << std::endl + << std::endl; } #else /* _WIN32 */ /**