如何从minidump文件中获取信息? [英] How to get information from a minidump file?

查看:86
本文介绍了如何从minidump文件中获取信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好

 到目前为止,我已经能够使用XLS文件中的信息来管理我的错误。

  So far i have been able to manage my bug with the information from the XLS file.

 目前,我有一个错误,我无法得到它/为什么会发生。我想知道我是否可以从minidump文件中获取更多信息:
https://onedrive.live.com / redir?resid = 4B045897BB46A9E5%211424

  Currently, i got a bug and i can't get where/why it's happenning. I wondering if i can get more information from the minidump file : https://onedrive.live.com/redir?resid=4B045897BB46A9E5%211424

 有人可以提供帮助吗?

  Anyone can help?

祝你好运

Olivier

推荐答案

您需要在windbg.exe中打开转储。 安装Windows的调试工具:

You need to open the dump in windbg.exe.  to get that install the debugging tools for windows:

http://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v = vs.85)的.aspx

然后看一下这篇文章:
$
http://msdn.microsoft.com/en-us/library/windows/hardware/ff538058( v = vs.85).aspx

Then take a look at this article:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff538058(v=vs.85).aspx

设置好符号路径,并在windbg中加载迷你转储文件后,您可以运行此命令获取详细信息:



!analyze -v

Once you have your symbol path set up, and the mini dump file loaded in windbg you can run this command to get detailed info:

!analyze -v


这篇关于如何从minidump文件中获取信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆