码迷,mamicode.com
首页 > 其他好文 > 详细

SOS does not support the current target architecture解决方法

时间:2014-06-15 20:04:30      阅读:463      评论:0      收藏:0      [点我收藏+]

标签:blog   http   tar   com   get   使用   

客户提交一个dump文件,WinDbg加载时出现大量WARNING,加载对应版本的SOS后执行相应命令提示"SOS does not support the current target architecture"。

原因在于使用了64位的任务管理器导出了32位进程的dump文件,下面是两个解决方法:

1、使用32位任务管理器,运行:C:\Windows\SysWOW64\taskmgr.exe。

2、使用其它转储工具,比如:ProcessExplorer。

 

参考资料:

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

SOS does not support the current target architecture解决方法,布布扣,bubuko.com

SOS does not support the current target architecture解决方法

标签:blog   http   tar   com   get   使用   

原文地址:http://www.cnblogs.com/junchu25/p/3785790.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!