阅读:913回复:1
兰屏,KERNEL_STACK_INPAGE_ERROR会是什么原因造成的?
我在我的程序中使用了kesetevent(),他会错吗?
异常信息 KERNEL_STACK_INPAGE_ERROR 异常代码 0x77 异常描述 内核数据从分页文件中请求的页不能读进内存中 参数1 状态码或0 参数2 进行签名的堆栈中发现的值,或者I/O状态码 参数3 0或页文件编码 参数4 内核堆栈上的签名地址,或者页文件上的偏移量 |
|
|
沙发#
发布于:2004-12-29 14:55
Possible Cause: Bad Block
Stop 0x77 is caused by a bad block (sector) in a paging file or a disk controller error. In extremely rare cases, it is caused when nonpaged pool resources run out. If the first and third arguments are zero, the stack signature in the kernel stack was not found. This error is caused by defective hardware. If the I/O status is C0000185 and the paging file is on an SCSI disk, the disk cabling and SCSI termination should be checked for problems. Possible Cause: Viruses In addition, check your computer for viruses using any up-to-date, commercial virus scanning software that examines the Master Boot Record of the hard disk. All Windows 2000 file systems can be infected by viruses. Solution An I/O status code of 0xC000009C or 0xC000016A normally indicates that the data could not be read from the disk due to a bad block (sector). If you can restart the system after the error, Autochk runs automatically and attempts to map the bad sector to prevent it's further use. If Autochk does not scan the hard disk for errors, you can manually launch the disk scanner. Run Chkdsk /f /r on the system partition. You must restart the system before the disk scan begins. If you cannot start the system due to the error, use the Recovery Console and run Chkdsk /r. Warning If your system partition is formatted with the FAT file system, the long filenames used by Windows 2000 can be damaged if Scandisk or another MS-DOS |
|
|