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

debug.log on KaszpiR's PC still says nothing...
----------------------------------------------
CRASH: Thu Jan 5 23:11:16 CET 2006
Start Line: ./hlds_i686 -game cstrike -debug +sv_lan 1 +log on -insecure -nomaster -nodns +maxplayers 20 +exec server.cfg +map de_chateau -pidfile hlds.7326.pid
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_i686 -game cstrike -debug +sv_lan 1 +log on -insecure -nomaster -nodns +'.
Program terminated with signal 11, Segmentation fault.
#0 0x00dc6689 in ?? ()
#0 0x00dc6689 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Jan 6 00:09:22 CET 2006
Start Line: ./hlds_i686 -game cstrike -debug +sv_lan 1 +log on -insecure -nomaster -nodns +maxplayers 20 +exec server.cfg +map de_chateau -pidfile hlds.7326.pid
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_i686 -game cstrike -debug +sv_lan 1 +log on -insecure -nomaster -nodns +'.
Program terminated with signal 11, Segmentation fault.
#0 0x05072689 in ?? ()
#0 0x05072689 in ?? ()
End of crash report
----------------------------------------------
----------------------------------------------
CRASH: Fri Jan 6 07:12:38 CET 2006
Start Line: ./hlds_i686 -game cstrike -debug +sv_lan 1 +log on -insecure -nomaster -nodns +maxplayers 20 +exec server.cfg +map de_chateau -pidfile hlds.7326.pid
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_i686 -game cstrike -debug +sv_lan 1 +log on -insecure -nomaster -nodns +'.
Program terminated with signal 11, Segmentation fault.
#0 0x0431f689 in ?? ()
#0 0x0431f689 in ?? ()
End of crash report
----------------------------------------------

I'm sure it was compiled with -g3 flag (used as one of CFLAGS).
Maybe I should use -ggdb3 instead -g3? Do these flags whole works correctly for cygwin? Maybe they arefor mingw only and cygwin needs another one to give me more helpful info?
  
Reply With Quote