进程转储之间的区别
两个问题。
如果我启动任务管理器,我可以通过右键单击“应用程序”选项卡或右键单击“进程”选项卡来生成转储文件。从这些选项卡生成的转储文件有什么区别吗?
如果我有一个在 x64 计算机上运行的 x86 应用程序,我可以使用 x64 任务管理器来生成进程转储吗?
Two questions.
If I start task manager I can generate dump file either by right clicking on Applications Tab or right clicking on Process tab. Is there any difference in the dump file been generated from these tabs?
If I have a x86 application running on a x64 machine, can I use x64 task manager to generate process dump?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1)我不知道,但可能是一样的。
2) 要在 64 位操作系统上转储 32 位进程,必须使用 32 位任务管理器:
C:\Windows\SysWOW64\taskmgr.exe
检查链接 此处
1) I don't know, but probably it's the same.
2) To dump 32-bit processes on 64 bits OS, 32-bit task manager must be used:
C:\Windows\SysWOW64\taskmgr.exe
Check the link Here