Bug Check 0x19D: CLUSTER_SVHDX_LIVEDUMP

The CLUSTER_SVHDX_LIVEDUMP live dump has a value of 0x0000019D. This indicates that SVHDX initiated this live dump to help debug an inconsistent state.

(This code can never be used for a real bug check; it is used to identify live dumps.)

CLUSTER_SVHDX_LIVEDUMP Parameters

Parameter Description
1

Reason code

0x1 : Mounting a Shared Virtual disk has failed

2 - Address of Svhdxflt!_SVHDX_VIRTUALDISK_CONTEXT 3 - Address of nt!_FILE_OBJECT 4 - NTSTATUS
2 See parameter 1
3 See parameter 1
4 See parameter 1

Cause

When SVHDX detects that current state might cause some sort of inconsistency it will generate live dump with this status code. Parameter1 has code pointing to what scenario this live dump is created for. Other parameters should be interpreted in context of the reason code.

See Also

Kernel Live Dump Code Reference

Bug Check Code Reference