admin管理员组文章数量:1290957
I'd been trying in my system (MacOS) to generate core dumps without much success, even following several guides in this site.
Here I created a simple sleep process and killed it to force a segmentation fault:
sleep 100 &
killall -SIGSEGV sleep
Output:
[1] + segmentation fault sleep 100
I do see when I go to Utilities->Console.app a Crash report, is this similar to a core dump (or if not in what ways are they different)?
I'd been trying in my system (MacOS) to generate core dumps without much success, even following several guides in this site.
Here I created a simple sleep process and killed it to force a segmentation fault:
sleep 100 &
killall -SIGSEGV sleep
Output:
[1] + segmentation fault sleep 100
I do see when I go to Utilities->Console.app a Crash report, is this similar to a core dump (or if not in what ways are they different)?
Share Improve this question asked Feb 13 at 20:54 tadm123tadm123 8,7939 gold badges35 silver badges58 bronze badges1 Answer
Reset to default 2Console.app shows you an Error Log by default. I believe you can also view Crash Reports by opening files with an '.ips' extension. A Core Dump is an object file that can be explored with a debugging tool such as valgrind
or gdb
.
You can read more about Console.app here.
本文标签: macosAre core dumps the same as crash reportsStack Overflow
版权声明:本文标题:macos - Are core dumps the same as crash reports? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741506060a2382327.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论