正文

Windows 2000 的停止错误编号及其解释(5)2005-08-05 17:03:00

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

分享到:

停止错误编号: 0x0000003F (parameter, parameter, parameter, parameter) NO_MORE_SYSTEM_PTES解释:This is a Windows 2000 Executive character-mode STOP message. It indicates no more system page table entries (PTEs) exist for mapping non-paged entities.停止错误编号: 0x00000040 (parameter, parameter, parameter, parameter) TARGET_MDL_TOO_SMALL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an MDL (memory descriptor list) that was allocated to map a buffer is not large enough to contain the page frame numbers (PFNs) required to map the desired buffer. There might be a problem with the driver.停止错误编号: 0x00000041 (parameter, parameter, parameter, parameter) MUST_SUCCEED_POOL_EMPTY解释:This is a Windows 2000 Executive character-mode STOP message. It indicates there is no more must-succeed pool.停止错误编号: 0x00000042 (parameter, parameter, parameter, parameter) ATDISK_DRIVER_INTERNAL解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a hard disk device driver internal error.停止错误编号: 0x00000043 (parameter, parameter, parameter, parameter) NO_SUCH_PARTITION解释:This is a Windows 2000 Executive character-mode STOP message. It indicates a disk device driver called the I/O system to change a partition type on a specified partition, but the partition does not exist.停止错误编号: 0x00000044 (parameter, parameter, parameter, parameter) MULTIPLE_IRP_COMPLETE_REQUESTS解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt was made to complete an IRP (I/O request packet) more than once, possibly by more than one driver.停止错误编号: 0x00000045 (parameter, parameter, parameter, parameter) INSUFFICIENT_SYSTEM_MAP_REGS解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that an attempt was made to allocate more map registers than are allocated to an adapter.停止错误编号: 0x00000046 (parameter, parameter, parameter, parameter) DEREF_UNKNOWN_LOGON_SESSION解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a token was deleted that was not part of any known logon session.停止错误编号: 0x00000047 (parameter, parameter, parameter, parameter) REF_UNKNOWN_LOGON_SESSION解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a token was created that was not part of any known logon session.停止错误编号: 0x00000048 (parameter, parameter, parameter, parameter) CANCEL_STATE_IN_COMPLETED_IRP解释:This is a Windows 2000 Executive character-mode STOP message. Indicates that an attempt was made to cancel an IRP (I/O request packet), but the packet had already been completed so it was not possible to cancel it. There might be a problem with the driver. Or, although unlikely, more than one driver might be accessing the same packet.停止错误编号: 0x00000049 (parameter, parameter, parameter, parameter) PAGE_FAULT_WITH_INTERRUPTS_OFF解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that a page fault occurred while interrupts were disabled.停止错误编号: 0x0000004A (parameter, parameter, parameter, parameter) IRQL_GT_ZERO_AT_SYSTEM_SERVICE解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an attempt to exit from a system service with an IRQL (interrupt request level) greater than 0.停止错误编号: 0x0000004B (parameter, parameter, parameter, parameter) STREAMS_INTERNAL_ERROR解释:This is a Windows 2000 Executive character-mode STOP message. This indicates an internal error in the Streams environment or in a Streams driver.停止错误编号: 0x0000004C (parameter, parameter, parameter, parameter) FATAL_UNHANDLED_HARD_ERROR解释:This is a Windows 2000 Executive character-mode STOP message. This indicates a fatal hard error (STATUS error) occurred before the hard error handler was available. There are several reasons why this error might occur: a Registry hive file could not be loaded because it is either corrupted or missing; Winlogon or Windows unexpectedly did not start; or a driver or system DLL is corrupted.停止错误编号: 0x0000004D (parameter, parameter, parameter, parameter) NO_PAGES_AVAILABLE解释:This is a Windows 2000 Executive character-mode STOP message. It indicates that there are no physical pages available.停止错误编号: 0x0000004E (parameter, parameter, parameter, parameter) PFN_LIST_CORRUPT解释:This is a Windows 2000 Executive character-mode STOP message. It indicates the memory management page file number (PFN) list is corrupted.停止错误编号: 0x0000004F (parameter, parameter, parameter, parameter) NDIS_INTERNAL_ERROR解释:This is a Windows 2000 Executive character-mode STOP message. It indicates an internal error in the NDIS wrapper or an NDIS driver.

阅读(3050) | 评论(0)


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

评论

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