u呼 2024-07-25 10:03 采纳率: 0%
浏览 5

蓝屏了看看报错是什么意思

Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\Minidump\072524-14359-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: *** Invalid ***

Symbol loading may be unreliable without a symbol search path.           *
Use .symfix to have the debugger choose a symbol path.                   *
After setting your symbol path, use .reload to refresh symbol locations. *

Executable search path is: 

Symbols can not be loaded because symbol path is not initialized. *
                                                              *

The Symbol Path can be set by:                                    *
using the _NT_SYMBOL_PATH environment variable.                 *
using the -y  argument when starting the debugger. *
using .sympath and .sympath+                                    *

Unable to load image ntoskrnl.exe, Win32 error 0n2
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows 7 Kernel Version 22621 MP (16 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0xfffff80521c00000 PsLoadedModuleList = 0xfffff80522813510
Debug session time: Thu Jul 25 08:56:29.164 2024 (UTC + 8:00)
System Uptime: 8 days 23:58:48.501

Symbols can not be loaded because symbol path is not initialized. *
                                                              *

The Symbol Path can be set by:                                    *
using the _NT_SYMBOL_PATH environment variable.                 *
using the -y  argument when starting the debugger. *
using .sympath and .sympath+                                    *

Unable to load image ntoskrnl.exe, Win32 error 0n2
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Loading Kernel Symbols
...............................................................
................................................................
................................................................
................................................................
....
Loading User Symbols
Loading unloaded module list
..................................................
Cannot read PEB32 from WOW64 TEB32 00055a62 - Win32 error 0n30

                                                                        *

                   Bugcheck Analysis                                    *

                                                                        *


Use !analyze -v to get detailed debugging information.
BugCheck 3B, {c0000005, fffff805849f31f8, fffff58e64be6f30, 0}
*** WARNING: Unable to verify timestamp for mssmbios.sys
*** ERROR: Module load completed but symbols could not be loaded for mssmbios.sys
Unable to load image amdpmf.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for amdpmf.sys
*** ERROR: Module load completed but symbols could not be loaded for amdpmf.sys
***** Kernel symbols are WRONG. Please fix symbols to do analysis.



***    Your debugger is not using the correct symbols                 ***

***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***

***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***

***    Type referenced: nt!_KPRCB                                     ***





***    Your debugger is not using the correct symbols                 ***

***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***

***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***

***    Type referenced: nt!_KPRCB                                     ***





***    Your debugger is not using the correct symbols                 ***

***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***

***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***

***    Type referenced: nt!_KPRCB                                     ***


Probably caused by : hardware_ram ( PAGE_NOT_ZERO )
Followup: MachineOwner
 *** Memory manager detected 350818 instance(s) of page corruption, target is likely to have memory corruption.
  • 写回答

4条回答 默认 最新

  • 阿里嘎多学长 2024-07-25 10:03
    关注

    以下内容由AIGC及阿里嘎多学长共同生成、有用望采纳:


    根据您提供的Windows调试器输出信息,我们可以进行以下分析和建议:

    1. 错误概述

    您的计算机遇到了一个BugCheck 3B错误,这通常是由驱动程序或硬件问题引起的。错误报告中提到了内存页面损坏,这可能指向内存故障。

    2. 符号文件问题

    调试器无法加载符号文件,这会影响我们对错误的详细分析。我们需要设置正确的符号路径来解决这个问题。

    3. 解决步骤

    以下是解决此问题的一些步骤:

    3.1 设置符号路径

    使用以下命令设置符号路径:

    .sympath SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
    .sympath+ C:\Symbols
    

    3.2 重新加载符号

    .reload
    

    3.3 详细分析

    !analyze -v
    

    这将提供更详细的调试信息。

    3.4 内存诊断

    使用Windows内存诊断工具检查内存问题。

    3.5 驱动程序检查

    检查最近安装或更新的驱动程序,尝试回滚或更新。

    3.6 系统文件检查

    运行系统文件检查器:

    sfc /scannow
    

    3.7 系统恢复

    如果可能,使用系统恢复功能恢复到之前的状态。

    4. 示例输入和输出

    假设您在命令提示符下执行了上述命令,示例输出可能如下:

    示例输入

    .sympath SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols
    .sympath+ C:\Symbols
    .reload
    !analyze -v
    

    示例输出: 调试器将输出详细的错误分析,包括可能的驱动程序问题和内存损坏的详细信息。

    5. 注意事项

    • 确保在安全模式下运行这些命令。
    • 如果不熟悉这些步骤,建议寻求专业技术支持。

    6. 环境信息

    • 您的系统是Windows 7,内核版本为22621,64位操作系统。

    7. 总结

    根据错误报告,问题可能与内存损坏、驱动程序问题或系统文件损坏有关。按照上述步骤操作,您应该能够诊断并解决这个问题。如果问题依旧无法解决,可能需要更深入的硬件检查或考虑重新安装操作系统。

    请根据以上分析和建议进行操作,以解决您的蓝屏问题。如果需要进一步的帮助,请随时联系。

    评论 编辑记录

报告相同问题?

问题事件

  • 创建了问题 7月25日

悬赏问题

  • ¥20 深信服vpn-2050这台设备如何配置才能成功联网?
  • ¥15 Arduino的wifi连接,如何关闭低功耗模式?
  • ¥15 Android studio 无法定位adb是什么问题?
  • ¥15 C#连接不上服务器,
  • ¥15 angular项目错误
  • ¥20 需要帮我远程操控一下,运行一下我的那个代码,我觉得我无能为力了
  • ¥20 有偿:在ubuntu上安装arduino以及其常用库文件。
  • ¥15 请问用arcgis处理一些数据和图形,通常里面有一个根据点划泰森多边形的命令,直接划的弊端是只能执行一个完整的边界,但是我们有时候会用到需要在有很多边界内利用点来执行划泰森多边形的命令
  • ¥30 在wave2foam中执行setWaveField时遇到了如下的浮点异常问题,请问该如何解决呢?
  • ¥750 关于一道数论方面的问题,求解答!(关键词-数学方法)