安装win11更新以后,系统频繁出现崩溃,下面给出蓝屏代码和windbg报告请求求助(代码和报告的内容已经查询并试着解决过,但仍未成功):
蓝屏代码:(多次)MEMORY_MANAGEMENT
IQRL_NOT_LESS_OR_EQUAL
Realtek始终未能成功安装(一安装就蓝屏)
解析数据:(按时间顺序排列,从晚到早)
1.dmp:
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041792, A corrupt PTE has been detected. Parameter 2 contains the address of
the PTE. Parameters 3/4 contain the low/high parts of the PTE.
Arg2: fffffc80000dd440
Arg3: 0000000001000000
Arg4: 0000000000000000
2.dmp:
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041792, A corrupt PTE has been detected. Parameter 2 contains the address of
the PTE. Parameters 3/4 contain the low/high parts of the PTE.
Arg2: fffffc3ffeccba30
Arg3: 0000000001000000
Arg4: 0000000000000000
3.dmp:
IRQL_NOT_LESS_OR_EQUAL (a)
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 a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 0000000000000038, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff8053e2d2434, address which referenced memory
Some register values may be zeroed or incorrect.
rax=ffff850811f3eea8 rbx=0000000000000000 rcx=0000000000000000
rdx=ffffbf428408f9f0 rsi=0000000000000000 rdi=0000000000000000
rip=fffff8053e2d2434 rsp=ffffc00c08f3a4d0 rbp=ffffc00c08f3a5d0
r8=0000000000000000 r9=ffffac07e3b51190 r10=0000007ffffffff8
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei pl zr na po nc
nt!MiPfPutPagesInTransition+0x694:
fffff805`3e2d2434 8b4138 mov eax,dword ptr [rcx+38h] ds:00000000`00000038=????????
4.dmp:
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041792, A corrupt PTE has been detected. Parameter 2 contains the address of
the PTE. Parameters 3/4 contain the low/high parts of the PTE.
Arg2: ffffd100001124c0
Arg3: 0000000001000000
Arg4: 0000000000000000
Java/JDK运行崩溃;浏览器崩溃