From 62ad65ef45d2ef7d449f8a9729c2d73e4fa02dab Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Sun, 15 Jul 2018 14:09:34 +0200 Subject: core: improve instructions to report the crash --- src/core/wee-debug.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/core') diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index 7b2929b28..f92b1bab5 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -167,10 +167,14 @@ debug_sigsegv () stderr, "***\n" "*** Please help WeeChat developers to fix this bug:\n" - "*** 1. If you have a core file, please run: gdb /path/to/weechat core\n" - "*** then issue command: \"bt full\" and send result to developers\n" - "*** (see user's guide for more info about report of crashes).\n" - "*** 2. Otherwise send backtrace (below), only if it is a complete trace.\n" + "***\n" + "*** 1. If you have a core file, please run: gdb /path/to/weechat core\n" + "*** then issue command: \"bt full\" and send result to developers.\n" + "*** See the user's guide for more info about enabling the core files\n" + "*** and reporting crashes:\n" + "*** https://weechat.org/doc/stable/user#report_crashes\n" + "***\n" + "*** 2. Otherwise send the backtrace (below), only if it is a complete trace.\n" "*** Keep the crash log file, just in case developers ask you some info\n" "*** (be careful, private info like passwords may be in this file).\n\n"); -- cgit v1.2.3