BUGCODE_NDIS_DRIVER_LIVE_DUMP
Code: 0x15e (350)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x015e (350)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x015e (350)
Parameters
| Parameter | Description |
|---|---|
| 0x01 | NDIS_BUGCHECK_MINIPORT_FATAL_ERROR A miniport driver has encountered a fatal error and requested re-enumeration. |
| 0x25 | NDIS_BUGCHECK_WATCHDOG An attempt to manage the network stack has taken too long. When NDIS calls out into other drivers, NDIS starts a watchdog timer to ensure the call completes promptly. If the call takes too long, NDIS injects a bugcheck. This can be caused by a simple deadlock. Look with "!stacks 2 ndis" or similar to see if any threads look suspicious. Pay special attention to the PrimaryThread from the NDIS_WATCHDOG_TRIAGE_BLOCK. This can be caused by lost NBLs, in which case !ndiskd.pendingnbls may help. Check for OIDs that are stuck using !ndiskd.oid. |
| 0x30 | NDIS_BUGCHECK_STUCK_NBL A miniport driver has not returned a NBL back to the stack for some time. |
Description
The BUGCODE_NDIS_DRIVER_LIVE_DUMP live dump has a value of 0x0000015E. This bug code indicates that NDIS has captured a live kernel dump. NDIS does not generate a bug check in this situation.
Cause
The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause. Parameter 1 indicates the specific cause of the BUGCODE_NDIS_DRIVER_LIVE_DUMP bugcheck.
Remarks
NDIS has detected and recovered from a serious problem in another network driver. Although the system was not halted, this problem may later cause connectivity problems or a fatal bugcheck.
This bug code occurs only in Windows 8.1 and later versions of Windows.
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.
Associated Modules
| Module | Code | Found in | Description |
|---|---|---|---|
| EventCreate.exe | 0x15e | 78.11011 | %1 |
| KernelBase.dll | 0x15e | 78.1 | No action was taken as a system reboot is required. |
| kernel32.dll | 0x15e | 78.11011 | No action was taken as a system reboot is required. |
| webservices.dll | 0x15e | 78.11011 | Multiple mime headers with the name '%1' were found. |
| 4 entries | |||