View Single Post
Re: How to debug linux crashes
Old
  (#7)
Rick
Council Member
 
Rick's Avatar
 
Status: Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Default 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.
  
Reply With Quote