View Single Post
Re: How to debug linux crashes
Old
  (#15)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: How to debug linux crashes - 07-01-2006

well that makefile seems to be okay.

this part:

Program terminated with signal 11, Segmentation fault.
#0 0x019a5689 in ?? ()
(gdb) backtrace
#0 0x019a5689 in ?? ()

...seems that there are some invalid memory access in the code, such as writing out of the array as the call stack is completely messed up.
  
Reply With Quote