| Previous | Next |
| DISORDERLY_SHUTDOWN | FLTMGR_FILE_SYSTEM |
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.
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 for CRITICAL_OBJECT_TERMINATION
The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.
Looking for a different code? Search another status or error code.