Troubleshooting "Stop 0x00000077" or "KERNEL_STACK_INPAGE_ERROR" (315266)



The information in this article applies to:

  • Microsoft Windows XP Home Edition
  • Microsoft Windows XP Professional
  • Microsoft Windows XP 64-Bit Edition

This article was previously published under Q315266
WARNING: This article contains steps that may involve changing your basic input/output system (BIOS) or complementary metal oxide semiconductor (CMOS) settings or that may require you to make physical changes to your computer hardware. Incorrect changes to the BIOS of your computer can result in serious problems. Microsoft cannot guarantee that problems that result from changes to your BIOS can be resolved. Change your BIOS settings at your own risk. If you need assistance with any of these steps, contact your hardware manufacturer and note that making either hardware or BIOS changes to your computer may invalidate your warranty. If you do not want to make hardware changes to your computer, you can take your computer to a repair center.

SYMPTOMS

When you are running Windows XP, you may receive one of the following error messages:
  • Stop 0x00000077
    KERNEL_STACK_INPAGE_ERROR
This article describes how to troubleshoot these error messages.

CAUSE

This issue can occur if a requested page of kernel data could not be read from the paging file into memory, or the master boot record is infected with a virus. To further determine the possible cause, you must properly interpret the error message. If both the first and third parameters are zero, then the four parameters are defined as:
  1. 0 (zero)
  2. Page Table Entry (PTE) value at time of error
  3. 0 (zero)
  4. Address of signature on kernel stack
If either the first or the third parameter is not a zero, then the following definitions apply:
  1. Status code
  2. I/O status code
  3. Page file number
  4. Offset into page file
If this is the case, the cause of this issue may be determined from the second parameter (the I/O status code) by using the following information that is listed in a "value of second parameter" followed by "general cause" format:

0xC000009A, or STATUS_INSUFFICIENT_RESOURCES: lack of nonpaged pool resources.

0xC000009C, or STATUS_DEVICE_DATA_ERROR: bad blocks on the hard disk.

0xC000009D, or STATUS_DEVICE_NOT_CONNECTED: bad cabling, non-termination, or the controller is not able to obtain access to the hard disk.

0xC000016A, or STATUS_DISK_OPERATION_FAILED: bad blocks on the hard disk.

0xC0000185, or STATUS_IO_DEVICE_ERROR: improper termination or defective cabling of SCSI-based devices, or two devices attempting to use the same IRQ.

RESOLUTION

To resolve this issue, use the appropriate method:

Boot Sector Virus

To determine if you have a boot sector virus, run a current virus-checking program, and if needed, disinfect your computer.

Not a Boot Sector Virus

  • View the System Log in Event Viewer for additional error messages that help you determine the device that is causing the error.
  • Bad block. Stop 0x77 is caused by a bad block in a paging file, or a disk controller error, or in extremely rare cases it is caused when non-paged pool resources are unavailable.
  • If the first and second parameters are 0, then the stack signature was not found in the kernel stack. The cause of this issue is defective hardware. If the I/O status is C0000185 and the paging file is on a SCSI-based hard disk, you should verify the disk cabling and SCSI termination.
  • If the I/O status code is 0xC000009C or 0xC000016A, this normally indicates that the data could not be read from the disk due to a bad block.
  • If you can restart your computer after the error message, Autochk runs automatically and tries to map out the bad sector. If for some reason Autochk does not scan the hard disk for errors, manually start the disk scanner. If your computer is formatted with the NTFS file system, run Chkdsk /f /r on the system partition. You must restart your computer before the disk scan begins. If you cannot start your computer due to this issue, use the Command Console and run Chkdsk /r.
  • Defective or unreliable random access memory (RAM) is another common cause of this issue.
  • Verify that all the adapter cards in your computer are properly seated.
  • Ensure that all adapter card contacts are clean.
  • Disable system caching in the BIOS to see if this resolves the error.
  • If this does not resolve the issue, your computer mainboard (motherboard) may be damaged.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:2/4/2002
Keywords:kbenv kberrmsg kbprb kbui KB315266