开发者

How do I detect what application generated a specific core dump on OS X?

开发者 https://www.devze.com 2023-01-17 03:14 出处:网络
I want to detect what applicatio开发者_StackOverflow社区n generated a core dump on OS X. How can I find this information? Runing file core.1234 does not give the application name, online something li

I want to detect what applicatio开发者_StackOverflow社区n generated a core dump on OS X.

How can I find this information? Runing file core.1234 does not give the application name, online something like Mach-O 64-bit core x86_64.


You use otool:

$ otool -c core.1234

for more, see man page. More magics can be found in this fantastic document Mac OS X debugging magic.

0

精彩评论

暂无评论...
验证码 换一张
取 消