今天我的win8.1系统老是突然蓝屏,大家帮帮忙啊!
神舟笔记本吧
全部回复
仅看楼主
level 11
蓝屏提示 错误为 kernel security check failure
电脑平均运行2~3个小时就出现一次。电脑会自动重启。自己有装了几遍系统(win7,win8.1都装过) 还是这样
大家帮我看看 ,怎么办?
2014年08月01日 14点08分 1
level 11
自己顶一下
2014年08月01日 15点08分 2
level 8
Most likely a driver bug where a driver tried to free the same kernel memory object twice. Or something corrupted the list of memory objects. (this can be caused by issues with RAM, or a bad driver that overwrites into memory that is should not)
the problem is hard to track down because by default the checks are not done at the time the driver asks to free the memory but at some time later when the system actually tries to free up blocks of memory.
if you know what driver you suspect, you can run driver verifier on it and turn on checking and it will bugcheck when the actual problem occurs. Problem is for a graphics driver it will really slow down your driver and may actually obscure the issue and make it harder to find.
-and again it can be other drivers that actually stomp on memory and change links in the linked list data structure.
- and it can be virus that do this on purpose to gain access to kernel data structures.
I generally do the following:
check your OS files by running
sfc.exe /scannow
then start updating 3rd party software that has device drivers
free virus scanners screw up a lot, then old software that has drivers.
as to if this is a hardware issue, you can rotate your RAM to new memory slots. You do this in the hopes that if one of your ram sticks has a issue you can move the issue from kernel memory space to user memory space. (crashing a usermode program just causes a app fault. much better than crashing a kernel mode program that will bugcheck your OS)
-I would update my ati graphics driver.
- also, windows 8 does more checking of memory structures (to fight off virus attacks)
and will bugcheck rather than just ignore the bad kernel call.
2014年08月01日 16点08分 3
翻译下 就是有某个驱动引起的错误 使内核发生错误 内存出现问题 问题比较难 ---------- 个人意见 换装msdn原版系统试试[乖]
2014年08月01日 16点08分
level 10
系统问题
2014年08月01日 16点08分 4
level 14
检查一下内存看看是不是没插好![酷]
2014年08月01日 17点08分 5
吧务
level 15
代码呢
 --有朝一日权到手,笔吧奸商遍地走。
  有朝一日权到手,数钱数到手发抖 
2014年08月01日 17点08分 6
level 10
应该是内存没插好
2014年08月01日 20点08分 8
level 11
再顶一下
2014年08月02日 02点08分 9
level 14
如果是原版系统的话,是散热不好导致蓝屏,。。。朋友的华硕,天气一热就蓝屏。。。
2014年08月02日 03点08分 10
1