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.
|