| Previous | Next |
| CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP | LIVE_SYSTEM_DUMP |
WIN32K_ATOMIC_CHECK_FAILURE
The WIN32K_ATOMIC_CHECK_FAILURE bug check has a value of 0x00000160. This indicates that a Win32k function has violated an ATOMICCHECK.
WIN32K_ATOMIC_CHECK_FAILURE Parameters
| Parameter | Description |
|---|---|
| 1 | Count of functions on the stack currently inside of an ATOMIC operation |
| 2 | Reserved |
| 3 | Reserved |
| 4 | Reserved |
Diagnostic focus
Parameter 1 reports how many functions on the stack are currently inside an atomic operation. Walk the win32k call stack and find the transition that violated the atomic-check contract. Focus on GUI and kernel state sequencing and reentrancy rather than generic graphics rendering or display-driver timeout analysis.
References
Looking for a different code? Search another status or error code.
