Jump to content
  • 0
Sign in to follow this  
mofo

core.xxxx

Question

Whenever my server crashes, it generates a file named core.xxxx (x being random numbers). When I try to open those with gdb, it says unrecognized format. How do I deal with this?

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

You need to open them as "gdb server core.xxxx"

Such as: gdb map-server core.2357 or  gdb login-server core.5487

Edited by Xgear

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.