首页
社区
课程
招聘
[求助]蓝屏中的 INVALID_KERNEL_HANDLE
发表于: 2011-10-13 18:57 11220

[求助]蓝屏中的 INVALID_KERNEL_HANDLE

2011-10-13 18:57
11220
********************  Bugcheck Analysis  ****************** ************

INVALID_KERNEL_HANDLE (93)
This message occurs if kernel code (server, redirector, other driver, etc.)
attempts to close a handle that is not a valid handle.
Arguments:
Arg1: 0000020c, The handle that NtClose was called with.
Arg2: 00000000, means a protected handle was closed.
Arg3: 00000000
Arg4: 00000000

这个报告意思是不是,使用了 NtClose  将一个被保护的 handle 关闭了?

因此系统崩溃了?一般是什么原因导致的?

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 52
活跃值: (20)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
tor
2
你检查下你的代码,你是不是对系统句柄进行了操作?
2011-10-13 19:04
0
游客
登录 | 注册 方可回帖
返回
//