DEVICE_DIAGNOSTIC_LOG_LIVEDUMP

Bug check code: 0x000001e1 (481)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
1Device class.

0x1 : Storage device.

2 - Storage Issue type.

0x1 : Device panic.

3 - IEEE Organization ID.

4 - Reserved

2See description above.
3See description above.
4See description above.

Description

The DEVICE_DIAGNOSTIC_LOG_LIVEDUMP has a value of 0x000001E1. This indicates that a device has encountered an error and generated diagnostic data.

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

Resolution

The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.

See Also

Kernel Live Dump Code Reference

Bug Check Code Reference

Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.