Re: How to debug linux crashes -
05-01-2006
After the game crashed (in gdb) just type 'backtrace' to see what the latest called functions where. Also if the game didn't ran in gdb but produced a .core file, you can open it with gdb using the -c parameter, then also just type backtrace.
|