阅读:2517回复:0
xp sp2环境下:NdisMIndicateReceivePacketchu出现DRIVER_IRQL_NOT_LESS_OR_EQUAL错误!
如题:为什么? 在虚拟机上面没有这个问题!在真机环境里面却有!
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: 0000000c, memory referenced Arg2: 00000002, IRQL Arg3: 00000001, value 0 = read operation, 1 = write operation Arg4: f822bbe7, address which referenced memory Debugging Details: ------------------ WRITE_ADDRESS: 0000000c CURRENT_IRQL: 2 FAULTING_IP: NDIS!ethFilterDprIndicateReceivePacket+103 f822bbe7 834b0cff or dword ptr [ebx+0Ch],0FFFFFFFFh DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0xD1 PROCESS_NAME: System |
|