发布时间:2015-12-01 16:37:11
源自:http://andyniu.iteye.com/blog/1965571core dump的概念:A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally (crashed). In practice, other key pieces of program state are usually.........【阅读全文】
发布时间:2015-12-01 16:36:29
今天遇到个问题,某人的代码有断错误,导致我的工作无法展开,抱怨的就不多说了,正好让我解决了一个gdb的操作问题! 现在说下gdb+coredump的调试流程 在实机上先打开产生core文件的设置,ulimit -c unlimited ,这将使程序在遇到断错误的时.........【阅读全文】