| Previous | Next |
| INVALID_CALLBACK_STACK_ADDRESS | HARDWARE_WATCHDOG_TIMEOUT |
INVALID_KERNEL_STACK_ADDRESS
The INVALID_KERNEL_STACK_ADDRESS bug check has a value of 0x000001CE. An invalid initial kernel stack address was encountered during the context switch.
INVALID_KERNEL_STACK_ADDRESS Parameters
None
Diagnostic focus
Inspect the incoming thread kernel stack base and limit together with the context-switch path that selected them. Look for thread-object corruption, stale stack pointers, incorrect stack expansion or teardown, or a driver writing scheduler-owned state. The failure occurs before normal execution on the new kernel stack can safely continue.
References
Looking for a different code? Search another status or error code.