蓝屏的代码0X0000008E是什么意思

来源:百度知道 编辑:UC知道 时间:2024/05/01 22:11:55
我的XP系统重装了老出现蓝屏
出现代码最多的是0X0000008E和0X00000050,这是哪个地方出现问题了?
最好还能说明下其他的代码是什么东西引起的
各位高手帮下忙吧

代码50表示引用了无效的系统内存.代码8E没有找到,倒是找到了代码BE表示驱动试图写只读内存.想定位引起问题的驱动程序需要MiniDump文件,在C:\windows\minidump文件夹下,命名方式为"月日年_序号.DMP"的文件,用Windbg打开就可以看到有问题的设备.如果你不会用WinDbg,可以把DMP文件发到我邮箱里.longwangdage@163.com
另有来自WINDOWS DDK的帮助如下:
Bug Check 0x50: PAGE_FAULT_IN_NONPAGED_AREA
The PAGE_FAULT_IN_NONPAGED_AREA bug check has value 0x00000050. This signals that invalid system memory has been referenced.

Parameters
The following parameters are displayed on the blue screen.

Parameter Description
1 Memory address referenced
2 0: Read
1: Write
3 Address that referenced memory (if known)
4 Reserved

If the guilty driver can be identified, its name is printed on the blue screen and stored in PUNICODE_STRING parameter of KiBugCheckDriver.

Cause
Bug check 0x50 usually occurs after the installation of faulty hardware or in the event of failure of installed hardware (usually related to defective RAM, be