BSOD 오류 IRQL_NOT_LESS_OR_EQUAL이 발생합니다.

BSOD 오류 IRQL_NOT_LESS_OR_EQUAL이 발생합니다.

IRQL_NOT_LESS_OR_EQUAL 오류가 발생합니다. 동일한 오류의 원인과 해결 방법을 알려주십시오. 덤프 파일 링크는 다음과 같습니다.https://www.dropbox.com/s/bue4uqxxkrn7dy6/Mini122113-01.dmp.. 감사해요

답변1

IRQL_NOT_LESS_OR_EQUAL을 얻습니다.

http://msdn.microsoft.com/en-us/library/ff560129%28v=vs.85%29.aspx

IRQL_NOT_LESS_OR_EQUAL 버그 검사의 값은 0x0000000A입니다.이는 Microsoft Windows 또는 커널 모드 드라이버가 페이징된 메모리에 액세스했음을 나타냅니다.DISPATCH_LEVEL 이상

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

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: a4f0500d, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, 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: 804e2def, address which referenced memory

Debugging Details:
------------------

PROCESS_NAME:  PSUAMain.exe

STACK_TEXT:  
nt!KiSwapContext
nt!KiSwapThread
nt!KeWaitForSingleObject
nt!MiWaitForInPageComplete
nt!MiDispatchFault
nt!MmAccessFault
nt!KiTrap0E
WARNING: Frame IP not in any known module. Following frames may be wrong.
0x0

PSUAMain.exe가 잘못된 방식(잘못된 IRQL)으로 페이지 메모리에 액세스하려고 시도하는 드라이버를 호출했습니다.

먼저 Windows XP를 Sp3 + 모든 업데이트로 업데이트하세요. 당신은 아직도 2004년의 Sp2 RTM을 사용하고 있습니다!!!!!

Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_rtm.040803-2158

다음으로 AV 제품군(PSUAMain.exe = Panda AV)을 업데이트하고 문제가 해결되는지 확인하세요.

관련 정보