Windows Error reporting stopped one service

servicewindowswindows-server-2008windows-service

I have the problem with one service in win2k8

One of my service terminated unexpectedly while going through event logs i have following logs

Event 7036  Source - service control manager
The Windows Error Reporting Service service entered the running state.

After this log , it shows our application service was terminated unexpectedly

 Event 7034 Source - service control manager
    LK  service  terminated unexpectedly. It has done this time(s).  

Next, the Windows Error reporting entered stopped state

 Event 7036 Source - service control manager
    The Windows Error Reporting Service service entered the Stopped state.

what made the service terminate unexpectedly, in any case WER cause the service to terminate?

Best Answer

what made the service terminate unexpectedly

That would be hard to answer without any details - except that is has crashed. Does your application write any logfiles? Are there hints in other eventlogs?

in any case WER cause the service to terminate?

WER starts when a service has been terminated, it is not able to terminate your processes.

Windows Error Reporting is a event-based feedback infrastructure designed to gather information about the problems that Windows can detect, report the information to Microsoft, and provide users with available solutions.

Beginning with Windows Vista, Windows provides crash, no response, and kernel fault error reporting by default without requiring changes to your application. Applications instead use the WER API to generate error reports for application-specific issues that are not related to crashes, non-responses, or kernel faults.

To generate error reports for application-specific issues, the application must create a short description of the problem using a few basic pieces of information called report parameters. Report parameters include information such as the application name, application version, module name, module version, and error code. The combination of these report parameters describes a unique problem.