user.dmp 是否仅包含最近的崩溃
我想知道 drwtsn32 创建的“user.dmp”是否只有最近的崩溃。 我试图捕捉一些崩溃事件。 但当我尝试分析它时,我只看到一次崩溃。
谢谢您的帮助, 阿伦
I wanted to know if the "user.dmp" created by drwtsn32 has only the most recent crash.
I tried to capture a few crashes. But when i tried to analyse it, I just see one crash.
Thanks for the help,
Arun
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尽管日志文件可能包含有关先前崩溃的信息,但只有一个崩溃转储。
运行 drwtsn32.exe(不带任何参数)以打开配置对话框。
Just one crash dump, although the log file may contain information on previous crashes.
Run drwtsn32.exe (without any arguments) to bring up the configuration dialog.
是的。 我建议将 WinDbg 设置为默认的事后调试器。 您可以从那里保存您的转储。
Yep. I recommend setting WinDbg as the default post-mortem debugger. You can save your dumps from there.