首页
社区
课程
招聘
蓝屏 DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) 怎么解决?
发表于: 2020-5-3 21:22 3735

蓝屏 DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) 怎么解决?

2020-5-3 21:22
3735

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 00007ff682d30000, memory referenced
Arg2: 00000000000000ff, IRQL
Arg3: 00000000000000cd, value 0 = read operation, 1 = write operation
Arg4: fffff80758a4b5b4, address which referenced memory

 

。。。

 

FOLLOWUP_IP:
000000!memcpy+204 [d:\winmain\minkernel\crts\crtw32\string\amd64\memcpy.asm @ 311]
fffff807`58a4b5b4 488b040a mov rax,qword ptr [rdx+rcx]

 

崩溃文件信息。
同一个驱动win7x64上稳定,win10x64上就崩溃。

 

请高人指点一下,怎么解决,谢谢。


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 35
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
2
诊断问题时没有任何有效的日志无异于闭眼开车 -- Apache官方文档。
你给的信息太少。我猜一个。缺页异常IRQL太高接不到。
2020-5-4 18:52
0
雪    币: 259
活跃值: (283)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
666
2020-5-5 03:42
0
雪    币: 515
活跃值: (3272)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
wem
4
可能是吧。怎样避免缺页异常呢?
先ProbeForRead,ProbeForWrite和申请非分页内存吗?
2020-5-6 02:25
0
游客
登录 | 注册 方可回帖
返回
//