Common Causes of STOP Messages 0x00000077 and 0x0000007ALast reviewed: July 21, 1997Article ID: Q130801 |
The information in this article applies to:
SUMMARYSTOP Messages 0x00000077 and 0x0000007A are related kernel traps that are caused when the operating system attempts to load a page into memory from the paging file on the hard drive, but is unable to access the page, due to either a software or hardware failure.
MORE INFORMATIONThe following are all common causes of STOP Messages 0x00000077 and 0x0000007A:
Value Meaning ---------- ------- 0xC000009A STATUS_INSUFFICIENT_RESOURCES, caused by lack of non-paged pool. 0xC000009C STATUS_DEVICE_DATA_ERROR, generally due to bad block on the drive. 0xC000009D STATUS_DEVICE_NOT_CONNECTED, bad or loose cabling, termination, or controller not seeing drive. 0xC000016A STATUS_DISK_OPERATION_FAILED, also caused by bad block on the drive. 0xC0000185 STATUS_IO_DEVICE_ERROR, caused by improper termination or bad cabling on SCSI devices.The above codes are the most common and the ones for which specific causes have been determined. For information on other possible status codes that may be returned, see the file NTSTATUS.H, which is included in the Win32 SDK.
|
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |