From 1f7311272ab88485cc8c51a05baaea10ca776072 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 23 Jan 2009 17:48:32 +0000 Subject: [PATCH] Suggest a better method to provide a backtrace with gdb. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4997 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/crash.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/crash.txt b/docs/crash.txt index b0a51e17..713d303c 100644 --- a/docs/crash.txt +++ b/docs/crash.txt @@ -23,9 +23,13 @@ So, if you have the core file and GNU debugger (gdb), you can get the backtrace with: gdb irssi core + set logging file bt.log + set logging on bt + set logging off + quit -Paste all the lines starting from line having #0 at the beginning. +Provide the bt.log file. Here's an example session: