- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
出现irql not less or equal 蓝屏
发布时间 2017-01-25 12:13:40
- 将帖子标记为未读
- 将此主题添加到书签
- 订阅此主题
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此贴
- 打印此贴
- 标记帖子
出现irql not less or equal 蓝屏
发布时间 2017-01-26 17:31:38
Bug Check 0xA: IRQL_NOT_LESS_OR_EQUAL
.
The IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0x0000000A. This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at an invalid address while at a raised interrupt request level (IRQL). This is typically either a bad pointer or a pageability problem.
.
Cause
Bug check 0xA is usually caused by kernel mode device drivers using improper addresses.
This bug check indicates that an attempt was made to access an invalid address while at a raised interrupt request level (IRQL). This is either a bad memory pointer or a pageability problem with the device driver code.
1. If parameter 1 is less than 0x1000, then this is likely a NULL pointer dereference. 2. If !pool reports that parameter 1 is Paged pool, then the IRQL is too high to access this data. Run at a lower IRQL or allocate the data in NonPagedPool. 3. If parameter 3 indicates that this was an attempt to execute pageable code, then the IRQL is too high to call this function. Run at a lower IRQL or do not mark the code as pageable. 4. Otherwise, this may be a bad pointer, possibly caused by use-after-free or bit-flipping. Investigate the validity of parameter 1 with !pte, !address, and ln (List Nearest Symbols).
我是一名志愿者。
在论坛回复仅仅是我利用个休息时间的个人行为,不代表HP官方言论。
惠普社区中仅能提供简单的帮助,如果需要更进一步的产品支持,问题反馈以及购买咨询,请添加惠普服务官方微信 【惠普服务】
涉及OGH软件反馈-可以点OGH软件左下角的反馈按钮-反馈类型选择问题-填写内容-勾选自动附加我的日志文件-选择发送电子邮件。这样反馈更直接有效一些。