Windows 2008 的 Dr. Watson 替代品?
我们曾经在生产环境中使用 Dr. Watson 日志文件和转储进行崩溃分析,但 Dr. Watson 不再是服务器 2k8 的一部分,并且我们的基础设施团队在使其在 2008 年运行时遇到了问题。
是否有其他替代方案可用于类似的方式?特别是,我们需要导致崩溃的错误模块和地址(我们将其与 PDB 和映射信息一起使用以回溯到错误位置),并且它必须与 Windows 服务(包括作为本地系统运行的服务)一起使用。
感谢您的任何建议。
We used to use Dr. Watson logfiles and dumps for crash analysis in our production environment, but Dr. Watson is no longer part of server 2k8 and our infrastructure team has had issues getting it running on 2008.
Are there alternatives that can be used in a similar way? In particular, we'd need the faulting module and address causing the crash (we use this with the PDB and map information to backtrace to the faulting location), and it would have to work with windows services (including those running as localsystem).
Thanks for any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以将 Windows 错误报告配置为自动在本地保存转储文件。更多信息请参见此处。
You can configure Windows Error Reporting to automatically save a dump file locally for you. More information here.
我们的所有服务器也与外界隔绝。最好自己收集数据并将其发送给 Microsoft
We also have all our server cut off from the outside world. It is beter to collect the data yourself and sent it to Microsoft
根据您需要对这些事情做出响应的速度,您可以让 Microsoft 为您进行收集。您可以从 WER 获取崩溃数据,您只需注册即可。
Depending on how quickly you need to respond to these things, you can just let Microsoft do the collection for you. You can get crash data from WER, you just have to sign up.
您可以使用 Breakpad,我认为它的作用大致相同。
You can use Breakpad, which I gather does much the same thing.