View Single Post
Re: How to debug linux crashes
Old
  (#16)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: How to debug linux crashes - 07-01-2006

How to find which function does it? How to compile the sources with cygwin (not - mingw may have different switches), to get functions name to be shown in debug.log or somewhere else to narrow the problem?
During compilation process I'm getting such warnings:

bot.cpp(318 ): warning: cast to pointer from integer of different size
bot.cpp(4492): warning: cast to pointer from integer of different size
bot.cpp(4553): warning: cast to pointer from integer of different size
bot.cpp(4616): warning: cast to pointer from integer of different size

and few the same ones , but from other
Might these issues in code cause this crash?
  
Reply With Quote