| Previous | Next |
| WIN32K_CRITICAL_FAILURE | CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP |
CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
CSV I/O timeout live dump for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP is bug check code 0x00000165. This is a Cluster Shared Volumes live-dump code. It indicates that the cluster storage path observed an I/O timeout and preserved kernel state for diagnosis rather than necessarily stopping the machine.
How to read it in a dump for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
- The important evidence is CSV ownership, redirected I/O, storage path latency, and cluster service state.
- The dump can identify whether the timeout is storage, network, filter-driver, or cluster coordination related.
- Live dumps should be treated as diagnostic captures even when the node remains up.
What to check for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
- Check cluster logs, CSV redirected I/O state, storage latency, MPIO paths, SMB/CSV network, and file-system filters.
- Correlate the dump time with storage array, SAN, or virtual disk events.
- Look for repeated timeouts before failover decisions.
References for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
- Microsoft clustering / DFS documentation
- Microsoft clustering / DFS documentation
- Microsoft Bug Check Code Reference
- Crash dump files and WinDbg
Dump evidence for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, preserve the complete dump, the four bug-check parameters, the exact Windows build, loaded-module list, and the event timeline immediately before the stop. AllStat summarizes the condition as “CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP”; that sentence identifies the failure class, while the parameters and stack determine which object, driver, processor, or subsystem instance was involved.
Analysis order for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
- Run WinDbg
!analyze -v, then inspect the documented meaning of each CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP parameter instead of relying only on the probably-caused-by line. - For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, find the earliest abnormal event: driver update, firmware change, device reset, storage error, verifier report, resource exhaustion, or application hang connected with cluster / csv / io / timeout / livedump.
- For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, keep third-party filter, security, storage, graphics, and virtualization drivers in the module inventory; removing evidence before dump analysis can obscure the responsible path.
Do not repeatedly reboot a machine affected by CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP before collecting the dump and event logs. For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, recovery actions should follow the component identified by the stack and parameters, not merely the symbolic stop-code name.
Dump evidence for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, preserve the complete dump, the four bug-check parameters, the exact Windows build, loaded-module list, and the event timeline immediately before the stop. AllStat summarizes the condition as “CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP”; that sentence identifies the failure class, while the parameters and stack determine which object, driver, processor, or subsystem instance was involved.
Analysis order for CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP
- Run WinDbg
!analyze -v, then inspect the documented meaning of each CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP parameter instead of relying only on the probably-caused-by line. - For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, find the earliest abnormal event: driver update, firmware change, device reset, storage error, verifier report, resource exhaustion, or application hang connected with cluster / csv / io / timeout / livedump.
- For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, keep third-party filter, security, storage, graphics, and virtualization drivers in the module inventory; removing evidence before dump analysis can obscure the responsible path.
Do not repeatedly reboot a machine affected by CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP before collecting the dump and event logs. For CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP, recovery actions should follow the component identified by the stack and parameters, not merely the symbolic stop-code name.
Looking for a different code? Search another status or error code.