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 */ /**