核心文件属于哪个可执行文件?
我有一个 python 程序,它会生成许多进程,其中一个进程会出现段错误并转储核心。有没有办法找出哪个可执行文件生成了生成的核心文件?
I have a python program that spawns a number of processes, one of which segfaults and dumps core. Is there a way to find out which executable produced the resulting core file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“文件”程序可以告诉你;输入“文件核心”。
The "file" program can tell you; type "file core".