正文

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

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

分享到:

PFN_REFERENCE_COUNT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a memory management page frame number (PFN) database element has a corrupted reference count.停止错误编号: 0x0000001D (parameter, parameter, parameter, parameter) NO_SPIN_LOCK_AVAILABLE解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that no spin locks are available to allocate.停止错误编号: 0x0000001E (parameter, parameter, parameter, parameter) KMODE_EXCEPTION_NOT_HANDLED解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a kernel-mode exception was not handled. The second parameter in the parameter list is the memory address at which the unhandled exception occurred. Usually, the exception address pinpoints the driver/function that caused the problem. A common problem is 0x80000003, which means a hard-coded breakpoint or assertion was hit but the system started \\NODEBUG.停止错误编号: 0x0000001F (parameter, parameter, parameter, parameter) SHARED_RESOURCE_CONV_ERROR解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a shared resource conversion problem.停止错误编号: 0x00000020 (parameter, parameter, parameter, parameter) KERNEL_APC_PENDING_DURING_EXIT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a kernel-mode asynchronous procedure call (APC) was found pending during thread termination. The first parameter is the address of the APC found pending during exit. The second parameter is the thread‘s APC disable count. And the third parameter is the current IRQL (interrupt request level). If the thread‘s disable count is non-zero, it is the source of the problem: the current IRQL should be 0. If it is not, a driver‘s cancellation routine returned at an elevated IRQL.停止错误编号: 0x00000021 (parameter, parameter, parameter, parameter) QUOTA_UNDERFLOW解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that quota was returned to a process, but that process was not using the amount of quota being returned.停止错误编号: 0x00000022 (parameter, parameter, parameter, parameter) FILE_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. This indicates a generic file system problem.停止错误编号: 0x00000023 (parameter, parameter, parameter, parameter) FAT_FILE_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a FAT file system problem.停止错误编号: 0x00000024 (parameter, parameter, parameter, parameter) NTFS_FILE_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an NTFS file system problem.停止错误编号: 0x00000025 (parameter, parameter, parameter, parameter) NPFS_FILE_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a named pipe file system problem.停止错误编号: 0x00000026 (parameter, parameter, parameter, parameter) CDFS_FILE_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. This indicates a CD-ROM file system problem.停止错误编号: 0x00000027 (parameter, parameter, parameter, parameter) RDR_FILE_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a redirector file system problem.停止错误编号: 0x00000028 (parameter, parameter, parameter, parameter) CORRUPT_ACCESS_TOKEN解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that the security system encountered an invalid access token.停止错误编号: 0x00000029 (parameter, parameter, parameter, parameter) SECURITY_SYSTEM解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a problem internal to the security system.停止错误编号: 0x0000002A (parameter, parameter, parameter, parameter) INCONSISTENT_IRP解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that an IRP (I/O request packet) was encountered in an inconsistent state. For example, some field or fields of the IRP were inconsistent with the remaining state of the IRP.停止错误编号: 0x0000002B (parameter, parameter, parameter, parameter) PANIC_STACK_SWITCH解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a panic switch to the kernel stack because of stack overflow. This error might be caused by the kernel-mode driver using too much stack space. Or a data corruption has occurred in the kernel.停止错误编号: 0x0000002C (parameter, parameter, parameter, parameter) PORT_DRIVER_INTERNAL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an internal error in a port driver.停止错误编号: 0x0000002D (parameter, parameter, parameter, parameter) SCSI_DISK_DRIVER_INTERNAL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an internal error in a SCSI hard disk driver..

阅读(2477) | 评论(0)


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

评论

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