正文

Windows 2000 的停止错误编号及其解释(1)2005-08-05 16:57:00

【评论】 【打印】 【字体: 】 本文链接:http://blog.pfan.cn/luofukun/3494.html

分享到:

Windows 2000 的停止错误编号及其解释整理 CptFan停止错误编号: 0x00000001 (parameter, parameter, parameter, parameter) APC_INDEX_MISMATCH解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a mismatch of thread and asynchronous procedure call (APC) indexes. The most common reason to see this message is if a file system has a mismatched number of KeEnterCriticalRegion compared to KeLeaveCriticalRegion.停止错误编号: 0x00000002 (parameter, parameter, parameter, parameter) DEVICE_QUEUE_NOT_BUSY解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a device queue was expected to be busy, but was not.停止错误编号: 0x00000003 (parameter, parameter, parameter, parameter) INVALID_AFFINITY_SET解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a null of nonproper subset affinity.停止错误编号: 0x00000004 (parameter, parameter, parameter, parameter) INVALID_DATA_ACCESS_TRAP解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an invalid data access trap.停止错误编号: 0x00000005 (parameter, parameter, parameter, parameter) INVALID_PROCESS_ATTACH_ATTEMPT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a problem with an owned mutex or a mutex with a process already attached.停止错误编号: 0x00000006 (parameter, parameter, parameter, parameter) INVALID_PROCESS_DETACH_ATTEMPT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a problem with an owned mutex or an unclean asynchronous procedure call (APC) state.停止错误编号: 0x00000007 (parameter, parameter, parameter, parameter) INVALID_SOFTWARE_INTERRUPT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a level not within the software range.停止错误编号: 0x00000008 (parameter, parameter, parameter, parameter) IRQL_NOT_DISPATCH_LEVEL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to remove a device not at the dispatch level.停止错误编号: 0x00000009 (parameter, parameter, parameter, parameter) IRQL_NOT_GREATER_OR_EQUAL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an IRQL that was expected to be greater or equal, but was not.停止错误编号: 0x0000000A (parameter, parameter, parameter, parameter) IRQL_NOT_LESS_OR_EQUAL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to touch pageable memory at a process IRQL (interrupt request level) that is too high. This is usually caused by drivers using incorrect addresses. The fourth parameter in the message parameter list is the memory address at which the fault happened. The second parameter shows the IRQL. If the IRQL was not equal to 2, then the interrupt most likely came from a driver. Compare the memory address in the fourth parameter with the base addresses of the drivers in the driver table on the STOP screen to find the driver that is the problem. Note that the third parameter encodes read/write access (0 = read, 1= write).停止错误编号: 0x0000000B (parameter, parameter, parameter, parameter) NO_EXCEPTION_HANDLING_SUPPORT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that exception handling was not supported.停止错误编号: 0x0000000C (parameter, parameter, parameter, parameter) MAXIMUM_WAIT_OBJECTS_EXCEEDED解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that there are too many wait objects in a wait multiple structure.停止错误编号: 0x0000000D (parameter, parameter, parameter, parameter) MUTEX_LEVEL_NUMBER_VIOLATION解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to acquire a lower-level mutex.停止错误编号: 0x0000000E (parameter, parameter, parameter, parameter) NO_USER_MODE_CONTEXT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to enter user mode with no context.停止错误编号: 0x0000000F (parameter, parameter, parameter, parameter) SPIN_LOCK_ALREADY_OWNED解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to acquire an owned spin lock.停止错误编号: 0x00000010 (parameter, parameter, parameter, parameter) 

阅读(2805) | 评论(0)


版权声明:编程爱好者网站为此博客服务提供商,如本文牵涉到版权问题,编程爱好者网站不承担相关责任,如有版权问题请直接与本文作者联系解决。谢谢!

评论

暂无评论
您需要登录后才能评论,请 登录 或者 注册