| Previous | Next |
| EXRESOURCE_TIMEOUT_LIVEDUMP | INVALID_KERNEL_STACK_ADDRESS |
INVALID_CALLBACK_STACK_ADDRESS
The INVALID_CALLBACK_STACK_ADDRESS bug check has a value of 0x000001CD. The callback stack is a user mode address which is illegal.
INVALID_CALLBACK_STACK_ADDRESS Parameters
None
Diagnostic focus
The key evidence is the callback stack pointer that resolved to user-mode address space. Trace the callback or context-switch path that supplied it and inspect stack initialization, address validation, and driver code that manipulates callback state. This differs from ordinary stack corruption because the initial callback stack itself violates kernel address requirements.
References
Looking for a different code? Search another status or error code.
