询问者
服务器隔段时间重启,以下为dmp内容

问题
-
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 <symbol_path> argument when starting the debugger. *
* using .sympath and .sympath+ *
*********************************************************************
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 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
Product: Server, suite: Enterprise TerminalServer SingleUserTS
Built by: 7601.17514.amd64fre.win7sp1_rtm.101119-1850
Machine Name:
Kernel base = 0xfffff800`01415000 PsLoadedModuleList = 0xfffff800`0165ae90
Debug session time: Thu Dec 13 08:39:29.480 2018 (UTC + 8:00)
System Uptime: 0 days 2:00:15.531
*********************************************************************
* 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 <symbol_path> argument when starting the debugger. *
* using .sympath and .sympath+ *
*********************************************************************
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.
The call to LoadLibrary(ext) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(exts) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(kext) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(kdexts) 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.
The call to LoadLibrary(exts) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(kext) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(kdexts) failed, Win32 error 0n2
"系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Bugcheck code 0000003B
Arguments 00000000`c0000005 fffff800`0178c411 fffff880`05e1ff70 00000000`00000000
RetAddr : Args to Child : Call Site
fffff800`01494be9 : 00000000`0000003b 00000000`c0000005 fffff800`0178c411 fffff880`05e1ff70 : nt+0x80640
00000000`0000003b : 00000000`c0000005 fffff800`0178c411 fffff880`05e1ff70 00000000`00000000 : nt+0x7fbe9
00000000`c0000005 : fffff800`0178c411 fffff880`05e1ff70 00000000`00000000 00000000`00000000 : 0x3b
fffff800`0178c411 : fffff880`05e1ff70 00000000`00000000 00000000`00000000 00000000`00000000 : 0xc0000005
fffff880`05e1ff70 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt+0x377411
00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`05e1ff70
全部回复
-
您好,
感谢您在我们论坛提问。
由于您的windbg 的symbol path 没有配置正确,您贴出的dump内容无法分析。
您可以参照此文章配置symbol path:
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/symbol-path
您也可以上传dump 到OneDrive分享链接。
另外event viewer 里有什么报错吗?
Best regards,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
请问您的问题进展的怎么样了?
我十分乐意帮助解决您的问题,希望您能及时给我一个反馈。
Best regards,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.