in reply to Understanding the segmentation fault output generated using gdb
This will give you the values of all the variables at the time of the crash.(gdb) backtrace full (gdb) info registers (gdb) thread apply all backtrace
Update: You should ideally run gdb on the same machine that the core was generated on, in frame 8 you have a library call which is not available on the machine the backtrace was generated on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understanding the segmentation fault output generated using gdb
by Anonymous Monk on Aug 18, 2009 at 12:52 UTC |