]> granicus.if.org Git - icinga2/commitdiff
Updated messages in the SIGABRT handler.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 1 Feb 2013 13:46:06 +0000 (14:46 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 1 Feb 2013 13:46:06 +0000 (14:46 +0100)
lib/base/application.cpp

index db5a17e604881c8c2a824dc4ae6ec00b60421482..099750c03c78365ec5920f11c6f781005a224244 100644 (file)
@@ -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 */
 /**