summaryrefslogtreecommitdiff
path: root/docs/crash.txt
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2009-01-23 17:48:32 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2009-01-23 17:48:32 +0000
commit1f7311272ab88485cc8c51a05baaea10ca776072 (patch)
treef562b5b6aa3dd049c2423023f1b94dba88772c5c /docs/crash.txt
parentdb1b74b7f9a2cc177c14b87b535c540a9cf52edd (diff)
downloadirssi-1f7311272ab88485cc8c51a05baaea10ca776072.zip
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
Diffstat (limited to 'docs/crash.txt')
-rw-r--r--docs/crash.txt6
1 files changed, 5 insertions, 1 deletions
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: