ฉันได้รับข้อผิดพลาด BSOD IRQL_NOT_LESS_OR_EQUAL [ปิด]


1

ฉันได้รับข้อผิดพลาด IRQL_NOT_LESS_OR_EQUAL โปรดบอกสาเหตุและวิธีแก้ปัญหาเดียวกันนี่คือลิงก์ไปยังไฟล์การถ่ายโอนข้อมูลhttps://www.dropbox.com/s/bue4uqxxkrn7dy6/Mini122113-01.dmp .. ขอบคุณ


มักจะเป็นไดรเวอร์อุปกรณ์ที่เสียหายหรือเข้ากันไม่ได้
Fiasco Labs

มีความเป็นไปได้มากเกินไป ตามการตรวจสอบข้อผิดพลาดntoskrnl.exeล้มเหลวโดยไม่มีไดรเวอร์เฉพาะทำให้มัน ฉันจะอัปเดตไดรเวอร์ทั้งหมดของคุณ หากไม่มีรายละเอียดเพิ่มเติมเราไม่มีทางรู้ได้
โมเสส

คำตอบ:


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 + อัพเดททั้งหมด คุณยังอยู่ที่ Sp2 RTM จากปี 2004 !!!!!

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 suite (PSUAMain.exe = Panda AV) และดูว่าสิ่งนี้แก้ไขได้หรือไม่

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.