summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: