mofo 2 Posted June 23, 2013 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? Quote Share this post Link to post Share on other sites
0 Xgear 44 Posted June 23, 2013 (edited) You need to open them as "gdb server core.xxxx" Such as: gdb map-server core.2357 or gdb login-server core.5487 Edited June 23, 2013 by Xgear 1 mofo reacted to this Quote Share this post Link to post Share on other sites
0 anacondaq 55 Posted June 23, 2013 http://herc.ws/wiki/GDB Quote Share this post Link to post Share on other sites
0 mofo 2 Posted June 24, 2013 Thanks, I'll try that next time. Quote Share this post Link to post Share on other sites
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