Dr. Watson alternatives for Windows 2008+?

纵然是瞬间 提交于 2019-12-10 10:27:31

问题


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.


回答1:


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




回答2:


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




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/1505831/dr-watson-alternatives-for-windows-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!