1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

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
This commit is contained in:
Emanuele Giaquinta 2009-01-23 17:48:32 +00:00 committed by exg
parent db1b74b7f9
commit 1f7311272a

View File

@ -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: