配置 Application Verifier 以生成全内存 .DMP 文件?

发布于 2024-07-12 01:21:38 字数 152 浏览 6 评论 0原文

在 AppVerifier 下,我们的一个应用程序崩溃了。 我得到一个 DMP 文件,但它是一个小型转储。 具体来说,虽然我已经获得了调用堆栈,但我还想要用于错误进程的用户空间内存(它使用了大量全局变量)。 如何配置 App Verifier(或 Windows)以提供完整转储文件?

Under AppVerifier, one of our apps blows up. I get a DMP file, but it's a minidump. Specifically, while I've got the call stack, I'd also like the user-space memory for the faulting process (it uses a lot of globals). How do I configure App Verifier (or Windows) to give me a full dump file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追风人 2024-07-19 01:21:38

我认为您必须配置 Windows 本身(或更准确地说,Windows 错误报告组件)才能生成完整转储。

请参阅此知识库文章:
http://support.microsoft.com/kb/254649/

对于 Server2008、Vista SP1 :
http://msdn.microsoft.com/en-us/library/bb787181。 ASPX

I think you have to configure Windows itself (or more precise, the windows error reporting component) to generate full dumps.

See this KB article:
http://support.microsoft.com/kb/254649/

For Server2008, Vista SP1:
http://msdn.microsoft.com/en-us/library/bb787181.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文