forked from PsychoticNinja/ailin-nemui-irssi
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:
|
backtrace with:
|
||||||
|
|
||||||
gdb irssi core
|
gdb irssi core
|
||||||
|
set logging file bt.log
|
||||||
|
set logging on
|
||||||
bt
|
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:
|
Here's an example session:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user