mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02: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
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue