The crash appears to be due to a call to NdisWaitEvent in high IRQL. The reason the IRQL is high appears to be the acquisition of a spin lock (pOpen->OpenInUseLock) in NPF_DetachOpenInstance before the call to NPF_RemoveFromGroupOpenArray, which eventually calls NPF_DoInternalRequest and attempts to wait for the pending OID request to complete in dispatch level.
The complete dump (~ 830 MB compressed) is available upon request, if necessary. npcap_mini.zip
The text was updated successfully, but these errors were encountered:
On Windows 10 2004, with npcap 0.9992, after opening Wireshark immediately after resuming the computer from standby, I got the following BSOD:
The crash appears to be due to a call to
NdisWaitEvent
in high IRQL. The reason the IRQL is high appears to be the acquisition of a spin lock (pOpen->OpenInUseLock
) inNPF_DetachOpenInstance
before the call toNPF_RemoveFromGroupOpenArray
, which eventually callsNPF_DoInternalRequest
and attempts to wait for the pending OID request to complete in dispatch level.The complete dump (~ 830 MB compressed) is available upon request, if necessary.
npcap_mini.zip
The text was updated successfully, but these errors were encountered: