aasa2
驱动中牛
驱动中牛
  • 注册日期2004-04-01
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分525分
  • 威望339点
  • 贡献值0点
  • 好评度106点
  • 原创分0分
  • 专家分0分
阅读:913回复:1

兰屏,KERNEL_STACK_INPAGE_ERROR会是什么原因造成的?

楼主#
更多 发布于:2004-12-29 09:15
我在我的程序中使用了kesetevent(),他会错吗?


异常信息  KERNEL_STACK_INPAGE_ERROR
异常代码  0x77
异常描述  内核数据从分页文件中请求的页不能读进内存中
 
参数1 状态码或0
参数2 进行签名的堆栈中发现的值,或者I/O状态码
参数3 0或页文件编码  
参数4 内核堆栈上的签名地址,或者页文件上的偏移量
 

技术交流:aasa2@21cn.com QQ群:10863699
liwashington
驱动小牛
驱动小牛
  • 注册日期2004-04-30
  • 最后登录2010-10-21
  • 粉丝0
  • 关注0
  • 积分-11分
  • 威望98点
  • 贡献值1点
  • 好评度12点
  • 原创分0分
  • 专家分0分
沙发#
发布于: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
我只想有个好老婆,每天有几顿好饭吃……
游客

返回顶部