mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
db1b74b7f9
commit
1f7311272a
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user