如何从minidump文件中获取信息?

编程入门 行业动态 更新时间:2024-10-12 05:47:34
本文介绍了如何从minidump文件中获取信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

您好

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

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

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

Currently, i got a bug andi can't get where/why it's happenning. I wondering if i can get more information from the minidump file : onedrive.live/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:

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

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

Then take a look at this article: msdn.microsoft/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文件中获取信息?

本文发布于:2023-11-07 02:02:34,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1565258.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件   信息   minidump

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!