Section1 起因
新装了电脑后,电脑动不动就蓝屏,严重影响了正常工作
Section2 探索
查看 C:\Windows\Minidump
发现下面有每次蓝屏的日志文件。
11月14号
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {ffffb40b52d3e000, 0, fffff80f6370df40, 0}
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
11月15号
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {ffffc703a6b89000, 0, fffff809efc3df40, 0}
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
*** ERROR: Module load completed but symbols could not be loaded for idmwfp.sys
Could not read faulting driver name
11月26号
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {ffffdd00bddc0000, 0, fffff80243c0df40, 0}
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
*** ERROR: Module load completed but symbols could not be loaded for idmwfp.sys
Could not read faulting driver name
12月12号
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {ffffd288f4947000, 0, fffff8020022df40, 0}
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
*** ERROR: Module load completed but symbols could not be loaded for idmwfp.sys
查看dmp文件可以看到 Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys 每次都出现,猜测是这个文件引起的
================================================================================================
Section3 问题解决
那么,这个idmwfp.sys 是哪来的呢,这个文件其实是IDM的。
卸载IDM,这么多天,蓝屏问题不再出现!
本文记录了一次由于IDM软件导致的频繁蓝屏故障排查经历。通过分析C:WindowsMinidump目录下的日志文件,确定问题是由于idmwfp.sys驱动引起,并最终通过卸载IDM解决了该问题。
792

被折叠的 条评论
为什么被折叠?



