[问题记录.WinDbg]在64位系统上抓取32位进程的dump

【问题现象】

用DebugDiag分析dump,遇到如下错误:

TypeDescriptionRecommendation
  Error
The process XXX.exe in XXX.DMP is a 32 bit application running on a 64 bit operating system. The dump file was collected from a 64 bit debugger other than DebugDiag.Analysis of this type of dump is not supported.
Collect another dump using DebugDiag, or using any 32 bit debugger


【问题原因】

参看Capturing memory dumps for 32-bit processes on an x64 machine


On a 64-bit OS, the dump created by Task Manager for a WOW process will be a 64-bit dump. This can cause problems, especially if you're debugging managed code. For 32-bit WOW processes, it's generally best to use a 32-bit utility.

https://stackoverflow.com/questions/10839230/simplest-method-for-creating-dump-file-for-troubled-process


【解决办法】

其中一种最简单的方式是——用32位的任务管理器抓取:

1) 运行 C:\Windows\SysWOW64\taskmgr.exe

可以看到,任务管理器进程是32位


2) 在要抓取的进程上右键--创建转储文件

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值