Edgewall Software

Changes between Version 8 and Version 9 of TracTroubleshooting


Ignore:
Timestamp:
Aug 22, 2007, 10:45:13 AM (17 years ago)
Author:
Christian Boos
Comment:

Talk about gdb's bt and info shared commands.

Legend:

Unmodified
Added
Removed
Modified
  • TracTroubleshooting

    v8 v9  
    103103}}}
    104104
     105When it crashes, do "`bt`" in order to get a full backtrace.
     106Another very useful command is "`info shared`", which gives you a list of the shared libraries actually used.
     107
    105108==== Debugging a Hanging Process ====
    106109