频繁出现 BSoD 并出现各种错误

频繁出现 BSoD 并出现各种错误

我最近刚刚组装完电脑,遇到了许多 BSoD 问题。我在 Windows 10 上遇到了关于 Memory_Corruption、Critical_Structure_Corruption 和 IRQL_Not_Less_Or_Equal 的错误。许多网站让我相信我的 RAM 有问题,但在使用 Memtest86 测试后,我发现情况并非如此。我尝试使用 Windows“Verifier.exe”,但每次使用它时我的电脑都会崩溃,导致出现 Driver_Verifier_Detected_Error。这可能是驱动程序有问题,因为我使用的是笔记本电脑上的旧硬盘,但我没有找到会导致问题的驱动程序。我找到了崩溃转储并通过 WinDbg 发送它,发现问题据说是由“内存损坏(一位)”引起的。如果我需要采取进一步措施来解决这个问题,任何帮助都将不胜感激。

第一个内存管理 BSoD:

A problem has been detected and Windows has been shut down to prevent damage
to your computer.

The problem seems to be caused by the following file: ntoskrnl.exe

MEMORY_MANAGEMENT

If this is the first time you've seen this stop error screen,
restart your computer. If this screen appears again, follow
these steps:

Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select Safe Mode.

Technical Information:

*** STOP: 0x0000001a (0x0000000000041792, 0xfffff6813d5675e8, 0x1000000000000000, 
0x0000000000000000)

*** ntoskrnl.exe - Address 0xfffff8024b74c480 base at 0xfffff8024b60a000 DateStamp 
0x56a849a9

第一个驱动程序验证器 BSoD:

A problem has been detected and Windows has been shut down to prevent damage
to your computer.

The problem seems to be caused by the following file: ITEhidCIR.sys

DRIVER_VERIFIER_DETECTED_VIOLATION

If this is the first time you've seen this stop error screen,
restart your computer. If this screen appears again, follow
these steps:

Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select Safe Mode.

Technical Information:

*** STOP: 0x000000c4 (0x0000000000002004, 0xffffe001494dcd98, 0xfffff8018e1701f0, 
0xffffd0003d5db130)

*** ITEhidCIR.sys - Address 0xfffff8018e1701f0 base at 0xfffff8018e170000 DateStamp 
0x51e544ce

编辑:运行 Memory_Corruption 错误的崩溃转储后,WinDbg 指出默认存储桶 ID 为“WIN8_DRIVER_FAULT”,进程名称为 InstallManager。这对错误意味着什么?如果它意味着什么,我当前使用的硬盘来自一台硬件完全不同的旧笔记本电脑。

相关内容