Save information from MS crash reporter?

倾然丶 夕夏残阳落幕 提交于 2019-12-12 05:00:38

问题


On Windows XP when a process crashes, we get a dialog box with a link:

"To view technical information about the error report, click here."

The "click here" link brings up a whole lot of information in a window, but no obvious way to save it to a file. Is there a way? It would be very nice to be able to send that data to several different external vendors we're working with.

The only other option I see in the dialog box is to send it to Microsoft, but this crash is likely not Microsoft's fault and there is no reason to send it to them.


回答1:


If you are a company, you can register with Microsoft to be able to download WER reports.




回答2:


As of when you see this dialog box, you should still be able to manually attach a debugger (e.g. Visual Studio) to the crashing process and take a look at any available exception records. Alternatively, I believe you should be able to register Visual Studio to handle these crashes instead of the normal error reporting mechanism. This article seems to have more information about that option:

http://msdn.microsoft.com/en-us/library/5hs4b7a6.aspx

Hope this helps...




回答3:


Maybe a bit late for '08 question, but anyway, you may use Error Report Grabber software for this task



来源:https://stackoverflow.com/questions/319334/save-information-from-ms-crash-reporter

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