询问者
win10 ltsc蓝屏

问题
-
笔记本只要待机黑屏,唤醒的时候就会蓝屏
这是我用WinDbg分析的结果,为避免我自己分析不正确,上传了dmp文件
文件地址:https://cloud.189.cn/t/mAzmQbequq22
请教一下问题怎么处理?
多谢
Microsoft (R) Windows Debugger Version 10.0.17763.168 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\唐朝咖啡灬\Desktop\093020-6109-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: srv*
Executable search path is:
Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows 10 Kernel Version 17763 MP (12 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 17763.1.amd64fre.rs5_release.180914-1434
Machine Name:
Kernel base = 0xfffff801`582bc000 PsLoadedModuleList = 0xfffff801`586d46f0
Debug session time: Wed Sep 30 09:46:08.054 2020 (UTC + 8:00)
System Uptime: 0 days 13:57:21.882
Unable to load image \SystemRoot\system32\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
....................
************* Symbol Loading Error Summary **************
Module name Error
ntoskrnl The system cannot find the file specified
You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded.
You should also verify that your symbol search path (.sympath) is correct.
Unable to add extension DLL: kdexts
Unable to add extension DLL: kext
Unable to add extension DLL: exts
The call to LoadLibrary(ext) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(ext) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Bugcheck code 00000154
Arguments ffffc28b`43eb0000 ffff8a87`b681bf10 00000000`00000002 00000000`00000000
RetAddr : Args to Child : Call Site
fffff801`585bb80e : 00000000`00000154 ffffc28b`43eb0000 ffff8a87`b681bf10 00000000`00000002 : nt+0x1b7ed0
00000000`00000154 : ffffc28b`43eb0000 ffff8a87`b681bf10 00000000`00000002 00000000`00000000 : nt+0x2ff80e
ffffc28b`43eb0000 : ffff8a87`b681bf10 00000000`00000002 00000000`00000000 ffffffff`ffffffff : 0x154
ffff8a87`b681bf10 : 00000000`00000002 00000000`00000000 ffffffff`ffffffff 00000000`00000000 : 0xffffc28b`43eb0000
00000000`00000002 : 00000000`00000000 ffffffff`ffffffff 00000000`00000000 00000000`00000000 : 0xffff8a87`b681bf10
00000000`00000000 : ffffffff`ffffffff 00000000`00000000 00000000`00000000 fffff801`5867ee00 : 0x2
- 已编辑 唐朝咖啡灬 2020年9月30日 2:42
全部回复
-
你好,
根据您提供的信息来看,报了一个内核的错误。
UNEXPECTED_STORE_EXCEPTION (154)
IMAGE_NAME: ntkrnlmp.exe
PROCESS_NAME: MemCompression这个问题是在待机唤醒的时候出现。关闭MemCompression试一下。
打开powershell窗口,右键以管理员身份运行。
Disable-MMAgent -mc
然后再看是否会出现蓝屏。
同时请注意这是一个公共论坛,为了保护您的个人隐私信息不被使用,在之后请删除上传的dump链接信息。
如果回答是有帮助的, 请将其标记为答案, 可以帮助其他有相同问题的社区成员, 并快速找到有用的答复。
针对Windows 2008/2008R2的扩展支持将于2020年结束,之后微软将不再为其提供安全更新。点击此处或扫描二维码获取《在 Azure 上运行 Windows Server 的终极指南》,把握良机完成云迁移并实现业务现代化。