Windows 2008 的 Dr. Watson 替代品?

发布于 2024-08-06 14:08:34 字数 237 浏览 3 评论 0原文

我们曾经在生产环境中使用 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 技术交流群。

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

发布评论

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

评论(4

花开浅夏 2024-08-13 14:08:34

您可以将 Windows 错误报告配置为自动在本地保存转储文件。更多信息请参见此处

You can configure Windows Error Reporting to automatically save a dump file locally for you. More information here.

长梦不多时 2024-08-13 14:08:34

我们的所有服务器也与外界隔绝。最好自己收集数据并将其发送给 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

千纸鹤带着心事 2024-08-13 14:08:34

根据您需要对这些事情做出响应的速度,您可以让 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.

行雁书 2024-08-13 14:08:34

您可以使用 Breakpad,我认为它的作用大致相同。

You can use Breakpad, which I gather does much the same thing.

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