Changes between Version 13 and Version 14 of AndreesStuff
- Timestamp:
- Sep 26, 2006, 2:23:25 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndreesStuff
v13 v14 162 162 = Creating Backtraces = 163 163 164 == General ==165 166 164 Backtraces 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. 167 165 … … 177 175 178 176 {{{ 179 yum gdb177 yum install gdb 180 178 }}} 181 179