
내 컴퓨터는 아주 잘 돌아가고 있었고 최근까지 무작위 BSOD 오류가 발생하기 시작했습니다. 저는 오버클럭 없이 Windows 10 Home 64비트를 실행하고 있습니다.
모든 드라이버를 최신 버전으로 업데이트했으며 컴퓨터에 바이러스나 맬웨어가 없습니다. CP에서 "sfc /scannow" 명령을 실행했는데 모든 것이 괜찮고 멋지다고 알려줍니다.
과거에는 Wdiwifi.sys로 인해 빈번하지는 않았지만 일부 BSOD를 받았습니다. 다른 시스템의 [Bad Pool memory]입니다. 장치 관리자에 가서 업데이트를 확인했는데 모든 것이 최신 상태입니다.
다른 두 개의 ndis.sys BSOD [커널 보안 검사 실패] 오류는 블렌더를 사용할 때 발생했습니다. 무작위였습니다.
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 웹사이트의 최신 드라이버.