Program is terminated by svchost.exe with termination code 805306369

B

Bebe222

I have a Java program which runs over Windows server 2012 R2.

The program crashes randomly from time to time without generating any dump files.
Most of the times before the crash the UI froze.

I've enabled gFlags to get an event log when the program is being terminated, and got this event log record:

The process '<My process name>' was terminated by the process 'C:\Windows\System32\svchost.exe' with termination code- 805306369. The correction time for the exiting process was Ox01d4ea93f4b98d57.

  • What is error code Ox01d4ea93f4b98d57?
  • What does it means that svchost.exe had terminated our process?
  • I assumed that our process is being terminated because it was hung. Is this assumption correct? If so, is there any flag to disable this behavior?
  • Are you familiar with bug as such in any KB?
  • Can I tell which specific service was hosted by this svchost?

Any idea is welcome :)

Thanks,

Bebe

Continue reading...
 
Back
Top Bottom