早教吧 育儿知识 作业答案 考试题库 百科 知识分享

HPPaviliong4-1060tx蓝屏分析原因显示是igdpmd32.sys(igdpmd32+195eb0)的问题我该怎么修复呢?UNEXPECTEDKERNELMODETRAPM(1000007f)Thismeansatrapoccurredinkernelmode,andit'satrapofakindthatthekernelisn'tallowe

题目详情
HP Pavilion g4-1060tx蓝屏分析原因显示是igdpmd32.sys ( igdpmd32+195eb0 ) 的问题我该怎么修复呢?
UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
Arg2: 801f0000
Arg3: 00000000
Arg4: 00000000
▼优质解答
答案和解析
看你这个分析结果,是
igdpmd32.sys
这个驱动造成的蓝屏
因为驱动拥有系统的最高权限,驱动不稳定或者出现异常,访问到错误的内存地址会导致系统出现问题,甚至丢失资料,
微软为了防止这种情况发生,在侦测到驱动级错误后,会立即死机(就是蓝屏的拉),
这是系统的一种保护机制,
对应的,如果这种错误发生在R3(就是用户级)的话,
发生这个错误的程序就会立刻被系统结束,程序会异常退出,
知道了蓝屏的原因,解决就简单了,
你可以重启系统,下载安装一个腾讯电脑管家,
然后使用它的硬件检测功能重新安装一下硬件驱动,
它可以检测出硬件的详细型号,
为它们匹配最稳定的驱动,这样系统自然就稳定了
看了 HPPaviliong4-1...的网友还看了以下: