Site icon EfmSoft

What does BSOD 0x15E (BUGCODE_NDIS_DRIVER_LIVE_DUMP) mean?

 
Could be also:
ConstantTypeOS
ERROR_FAIL_NOACTION_REBOOTWin32 errorWindows
Previous Next
SOC_SUBSYSTEM_FAILURE_LIVEDUMP CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP

BUGCODE_NDIS_DRIVER_LIVE_DUMP

NDIS network-driver live dump for BUGCODE_NDIS_DRIVER_LIVE_DUMP

BUGCODE_NDIS_DRIVER_LIVE_DUMP is bug check code 0x0000015E.

This value identifies a live dump, not a normal fatal stop. NDIS captured state because it detected a serious network-driver condition such as a stuck NET_BUFFER_LIST or driver-model violation, but NDIS did not itself crash the system.

How to read it in a dump

  • Parameter 1 is the NDIS live-dump reason code.
  • Microsoft documents this as a live dump: NDIS captures a kernel dump and does not generate a bug check in this situation.
  • The dump is still valuable because it contains NDIS and driver state at the time of the network fault.

What to check

  • Analyze the NDIS reason code and the miniport/filter/protocol driver on the stack.
  • Check VPN, firewall, virtual switch, packet capture, NIC offload, and team/bonding drivers.
  • Use NDIS verifier for reproducible driver-model violations.

References


Looking for a different code? Search another status or error code.

Exit mobile version