积极答复者
win7 X64 凡是冷启动就蓝屏7E,不知道是什么原因,请高手帮忙分析一下蓝屏DUMP,感谢

问题
-
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is availableSymbol search path is: SRV*c:\temp*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17514.amd64fre.win7sp1_rtm.101119-1850
Machine Name:
Kernel base = 0xfffff800`04816000 PsLoadedModuleList = 0xfffff800`04a5be90
Debug session time: Sun Nov 10 22:33:25.194 2013 (GMT+8)
System Uptime: 0 days 0:00:06.990
Loading Kernel Symbols
...............................................................
..........
Loading User SymbolsThe context is partially valid. Only x86 user-mode context is available.
The wow64exts extension must be loaded to access 32-bit state.
.load wow64exts will do this if you haven't loaded it already.
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************Use !analyze -v to get detailed debugging information.
BugCheck 7E, {ffffffffc0000005, fffff80004b92060, fffff880009a8d38, fffff880009a8590}
Probably caused by : Unknown_Image ( nt!ObOpenObjectByName+410 )
Followup: MachineOwner
---------16.0: kd:x86> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff80004b92060, The address that the exception occurred at
Arg3: fffff880009a8d38, Exception Record Address
Arg4: fffff880009a8590, Context Record AddressDebugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - 0x%08lxFAULTING_IP:
nt!ObOpenObjectByName+410
04b92060 48 dec eaxEXCEPTION_RECORD: fffff880009a8d38 -- (.exr 0xfffff880009a8d38)
ExceptionAddress: 0000000000000000
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 79241312
Parameter[0]: fffffffffffff800
Parameter[1]: 0000000000000002
Parameter[2]: 0000000000000000
Parameter[3]: 0000000000000001
Parameter[4]: 0000000000000000
Parameter[5]: 0000000000000000
Parameter[6]: 0000000000000000
Parameter[7]: 0000000000000001
Parameter[8]: 0000000000000000
Parameter[9]: 0000000000000000
Parameter[10]: 0000000000000000
Parameter[11]: ffffffffffffffff
Parameter[12]: 000000000000007f
Parameter[13]: 0000000000000000
Parameter[14]: 0000000000000000
Attempt to execute non-executable address 0000000000000002CONTEXT: fffff880009a8590 -- (.cxr 0xfffff880009a8590)
Unable to read context, NTSTATUS 0xC0000147DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x7E
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 0000000000000000 to 0000000000000000
STACK_TEXT:
00000000 00000000 00000000 00000000 00000000 0x0
STACK_COMMAND: .bugcheck ; kbFOLLOWUP_IP:
nt!ObOpenObjectByName+410
04b92060 48 dec eaxSYMBOL_NAME: nt!ObOpenObjectByName+410
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: Unknown_Image
DEBUG_FLR_IMAGE_TIMESTAMP: 0
BUCKET_ID: INVALID_KERNEL_CONTEXT
MODULE_NAME: Unknown_Module
Followup: MachineOwner
---------16.0: kd:x86> lmvm Unknown_Module
start end module name开始以为是内存问题,但换过内存也是这样。
答案
-
您好,
Bug Check 0x7E: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
此错误表明系统线程出现异常,该错误处理程序没有赶上处理。
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED是一个常见的错误,在处理之前必须先考虑是哪个异常引起的。
您的错误代码是0xc0000005. 表明内存访问发生冲突。
请打开机箱,重新插拔内存条,检查各排线连接是否紧实牢靠。
如果还是不行,请联系计算机制造商以获取最新的 BIOS 更新。
同时您也可以参考XP中类似问题的解决方法:
如何解决 Windows XP 中出现的“Stop 错误代码 0x0000007E (SYSTEM_THREAD_EXCEPTION_NOT_HANDLED)”错误问题
http://support.microsoft.com/kb/330182/zh-cn
关于蓝屏问题,推荐您参考以下文章:
解决 Windows 7 中的停止(蓝屏)错误
http://windows.microsoft.com/zh-cn/windows7/Resolving-stop-blue-screen-errors-in-Windows-7
Ada Liu
TechNet Community Support- 已标记为答案 Cloud_TSModerator 2013年11月25日 12:52