Changes between Version 13 and Version 14 of AndreesStuff


Ignore:
Timestamp:
Sep 26, 2006, 2:23:25 PM (18 years ago)
Author:
andree
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndreesStuff

    v13 v14  
    162162= Creating Backtraces =
    163163
    164 == General ==
    165 
    166164Backtraces can be very helpful when trouble-shooting issues like segmentation faults. To create a useful backtrace, you need gdb (the GNU Debugger) installed and an application (and possibly libraries) with debugging symbols built in. The following will explain how to do this.
    167165
     
    177175
    178176{{{
    179 yum gdb
     177yum install gdb
    180178}}}
    181179