Bug Check 0xF4: CRITICAL_OBJECT_TERMINATION
The CRITICAL_OBJECT_TERMINATION bug check has a value of 0x000000F4. This indicates that a process or thread crucial to system operation has unexpectedly exited or been terminated.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
CRITICAL_OBJECT_TERMINATION Parameters
Parameter | Description |
---|---|
1 |
The terminating object type: 0x3: Process 0x6: Thread |
2 |
The terminating object |
3 |
The process image file name |
4 |
Pointer to an ASCII string containing an explanatory message |
Cause
Several processes and threads are necessary for the operation of the system. When they are terminated for any reason, the system can no longer function.
Resolution
The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.