View Single Post
Re: How to debug linux crashes
Old
  (#17)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: How to debug linux crashes - 08-01-2006

it can be everything, but it looks more like getting out of bounds of the array, like you access array[10] while array got only 10 elements (the last is array[9])

on this maps i thin this is something with waypoints or calcylating the walk path.
  
Reply With Quote