
我的電腦運作得非常好,直到最近它開始出現隨機的 BSOD 錯誤。我正在運行 Windows 10 home 64 位,沒有超頻。
我已將所有驅動程式更新到最新版本,並且我的機器中沒有病毒或惡意軟體。我在 CP 中運行了“sfc /scannow”命令,它告訴我一切都很好。
由於 Wdiwifi.sys,我過去收到過一些 BSOD,但並不頻繁。我的其他系統上的 [池內存錯誤]。我去了設備管理器並檢查了更新,一切都是最新的。
另外兩個 ndis.sys BSOD [kernel security check failure] 錯誤是我在使用 Blender 時引起的。這是隨機的。
https://drive.google.com/file/d/0B0z47lWdEdGPZlVtY1lmTGh4Wms/view?usp=sharing
答案1
調試符號現已上線。
使用 Windbg 分析轉儲顯示 Realtek Wifi 驅動程式 ( rtwlanu.sys
) 導致此問題:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KERNEL_SECURITY_CHECK_FAILURE (139)
A kernel component has corrupted a critical data structure. The corruption
could potentially allow a malicious user to gain control of this machine.
Arguments:
Arg1: 0000000000000003, A LIST_ENTRY has been corrupted (i.e. double remove).
Arg2: ffff80016eb9a480, Address of the trap frame for the exception that caused the bugcheck
Arg3: ffff80016eb9a3d8, Address of the exception record for the exception that caused the bugcheck
Arg4: 0000000000000000, Reserved
EXCEPTION_RECORD: ffff80016eb9a3d8 -- (.exr 0xffff80016eb9a3d8)
ExceptionAddress: fffff809b0985c1b (ndis!ndisFreeNblToNPagedPool+0x000000000000006b)
ExceptionCode: c0000409 (Security check failure or stack buffer overrun)
ExceptionFlags: 00000001
NumberParameters: 1
Parameter[0]: 0000000000000003
Subcode: 0x3 FAST_FAIL_CORRUPT_LIST_ENTRY
STACK_TEXT:
00 nt!KeBugCheckEx
01 nt!KiBugCheckDispatch
02 nt!KiFastFailDispatch
03 nt!KiRaiseSecurityCheckFailure
04 ndis!ndisFreeNblToNPagedPool
05 ndis!NdisFreeNetBufferList
06 rtwlanu!WDI_FreeRxFrame
07 rtwlanu!N6UsbWdi_RxReturnFrames
08 wdiwifi!CRxMgr::OnNdisReturnNetBufferLists
09 wdiwifi!CAdapter::ReturnNetBufferLists
0a wdiwifi!CPort::IndicateFrames
0b wdiwifi!CRxMgr::RxIndicatePortFrames
0c wdiwifi!CRxMgr::RxProcessAndIndicateNblChain
0d wdiwifi!CRxMgr::RxInOrderDataInd
0e wdiwifi!AdapterRxInorderDataInd
0f rtwlanu!wdi_NotifyPeerData
10 rtwlanu!WDI_NotifyDataInQueue
11 rtwlanu!RxNotifyThreadCallback
12 rtwlanu!Ndis6ThreadCallback
13 nt!PspSystemThreadStartup
14 nt!KiStartSystemThread
Image path: \SystemRoot\System32\drivers\rtwlanu.sys
Image name: rtwlanu.sys
Browse all global symbols functions data
Timestamp: Tue Nov 15 17:34:02 2016
因為我看到了realtek驅動程式的呼叫堆疊,所以我看到您使用Windows的內建驅動程式。取得並安裝Realtek 網站提供最新驅動程式。