BUGCODE_NDIS_DRIVER_LIVE_DUMP

Code: 0x15e (350)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
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

ModuleCodeFound inDescription
EventCreate.exe0x15e78.11011%1
KernelBase.dll0x15e78.1No action was taken as a system reboot is required.
kernel32.dll0x15e78.11011No action was taken as a system reboot is required.
webservices.dll0x15e78.11011Multiple mime headers with the name '%1' were found.
4 entries