diff options
author | Jos Ahrens <github@liefland.net> | 2018-07-15 14:09:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-07-15 14:09:34 +0200 |
commit | 62ad65ef45d2ef7d449f8a9729c2d73e4fa02dab (patch) | |
tree | 8f37d75244c04af73783b660ebea68b02562ae3f /src | |
parent | 20a23484edca07700d69b7ac1f08b1691d8013a5 (diff) | |
download | weechat-62ad65ef45d2ef7d449f8a9729c2d73e4fa02dab.zip |
core: improve instructions to report the crash
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-debug.c | 12 |
1 files changed, 8 insertions, 4 deletions
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"); |