DEVICE_DIAGNOSTIC_LOG_LIVEDUMP
Bug check code: 0x000001e1 (481)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x01e1 (481)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x01e1 (481)
Parameters
| Parameter | Description |
|---|---|
| 1 | Device class.
0x1 : Storage device. 2 - Storage Issue type. 0x1 : Device panic. 3 - IEEE Organization ID. 4 - Reserved |
| 2 | See description above. |
| 3 | See description above. |
| 4 | See 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
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.