配置 Application Verifier 以生成全内存 .DMP 文件?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您必须配置 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