主题:  常常出现以下蓝屏情况:IRQL_NOT_LESS_OR_..

qjx1973

职务:普通成员
等级:1
金币:0.0
发贴:16
#12004/6/14 21:47:57
系统为WIN2000,在使用过程中常常不定时出现:蓝屏,显示:*** stop: 0x0000000A (0x00000063,0x00000002,0x00000000,0x80416E03) IRQL_NOT_LESS_OR_EQUAL
请问:是怎么回事?



Chieftain

职务:管理员
等级:5
金币:10.0
发贴:3083
#22004/6/14 21:56:13
应该是硬件故障.如果经常出现看一下是不是最近替换过某些硬件? 或者查一下是不是CPU过热或内存等原因.



OldFisher

职务:普通成员
等级:1
金币:0.0
发贴:152
#32004/6/17 12:19:27
Stop 0x0000000A or IRQL_NOT_LESS_OR_EQUAL
The Stop 0xA message indicates that a kernel-mode process or driver attempted to access a memory location to which it did not have permission, or at a kernel interrupt request level (IRQL) that was too high. A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own. This Stop message is typically due to faulty or incompatible hardware or software.

Interpreting the Message
This Stop message has four parameters:

Memory address that was improperly referenced.
IRQL that was required to access the memory.
Type of access (0x00000000 = read operation, 0x00000001 = write operation).
Address of the instruction that attempted to reference memory specified in parameter 1.
If the last parameter is within the address range of a device driver used on your system, you can determine which device driver was running when the memory access occurred. You can typically determine the driver name by reading the line that begins with:

**Address 0xZZZZZZZZ has base at <address>- <driver name>
If the third parameter is the same as the first parameter, a special condition exists in which a system worker routine, carried out by a worker thread to handle background tasks known as work items, returned at a higher IRQL. In that case, some of the four parameters take on new meanings:

Address of the worker routine.
Kernel interrupt request level (IRQL).
Address of the worker routine.
Address of the work item.
Resolving the Problem
The following suggestions are specific to Stop 0xA errors. For additional troubleshooting suggestions that apply to all Stop errors, see "Stop Message Checklist" later in this appendix.

A Stop 0xA message might occur after installing a faulty device driver, system service, or firmware. If a Stop message lists a driver by name, disable, remove, or roll back the driver to correct the problem. If disabling or removing drivers resolves the issues, contact the manufacturer about a possible update. Using updated software is especially important for multimedia applications, antivirus scanners, and CD mastering tools.
A Stop 0xA message might also be due to failing or defective hardware. If a Stop message points to a category of devices (video or disk adapters, for example), try removing or replacing the hardware to determine if it is causing the problem.
If you encounter a Stop 0xA message while upgrading to Windows XP Professional, the problem might be due to an incompatible driver, system service, virus scanner, or backup. To avoid problems while upgrading, simplify your hardware configuration and remove all third-party device drivers and system services (including virus scanners) prior to running setup. After you have successfully installed Windows XP Professional, contact the hardware manufacturer to obtain compatible updates. For more information about simplifying your system for troubleshooting purposes, see " Troubleshooting Concepts and Strategies" and "Troubleshooting Startup" in this book.
For more information about Stop 0xA messages, see the Microsoft Knowledge Base link on the Web Resources page at www.microsoft.com/windows/reskits/webresources. Search using keywords winnt, 0x0000000A, and 0xA.



MINISUN

职务:普通成员
等级:2
金币:8.9
发贴:684
#42004/6/17 21:57:01
???



夸父追日

职务:普通成员
等级:1
金币:0.0
发贴:123
#52004/6/18 7:43:16
能有中文说说吗?



x_wolf

职务:普通成员
等级:1
金币:18.0
发贴:4242
#62004/6/18 11:42:33
有可能是灰尘较多,引起内存故障吗?



qjx1973

职务:普通成员
等级:1
金币:0.0
发贴:16
#72004/6/20 14:10:33
楼上三层的高手,说点汉语吧!看您说了那么多,可我一句也看不懂!



lctujing

职务:普通成员
等级:2
金币:1.0
发贴:419
#82004/6/21 9:22:30
还是汉语看的懂



OldFisher

职务:普通成员
等级:1
金币:0.0
发贴:152
#92004/6/25 16:48:56
2000中0x0000000A or IRQL_NOT_LESS_OR_EQUAL
的原因主要有:
驱动器的驱动相冲突;
系统服务冲突;
bios中“病毒扫描”被打开;
中了后门病毒;
新添加了硬件;
等。
cpu和内存有问题的可能性不大。



qjx1973

职务:普通成员
等级:1
金币:0.0
发贴:16
#102004/6/27 14:42:58
按楼上的哥们所说,重新安装系统应该不会有问题了吧!?