本帖最后由 觇望 于 2013-5-30 18:27 编辑
- 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
- *** WARNING: Unable to verify timestamp for ntoskrnl.exe
- *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
- Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
- Product: WinNt, suite: TerminalServer SingleUserTS
- Built by: 7601.18113.amd64fre.win7sp1_gdr.130318-1533
- Machine Name:
- Kernel base = 0xfffff800`05863000 PsLoadedModuleList = 0xfffff800`05aa6670
- Debug session time: Thu May 30 08:59:18.577 2013 (UTC + 8:00)
- System Uptime: 0 days 23:03:53.420
- *********************************************************************
- * 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
- *** WARNING: Unable to verify timestamp for ntoskrnl.exe
- *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
- Loading Kernel Symbols
- ...............................................................
- ................................................................
- ...................................................
- Loading User Symbols
- Loading unloaded module list
- ....
- 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 000000D1
- Arguments fffffa80`1227c000 00000000`00000002 00000000`00000000 fffff880`01a812c7
- RetAddr : Args to Child : Call Site
- fffff800`058d81a9 : 00000000`0000000a fffffa80`1227c000 00000000`00000002 00000000`00000000 : nt+0x75c00
- 00000000`0000000a : fffffa80`1227c000 00000000`00000002 00000000`00000000 fffff880`01a812c7 : nt+0x751a9
- fffffa80`1227c000 : 00000000`00000002 00000000`00000000 fffff880`01a812c7 00000000`0000003a : 0xa
- 00000000`00000002 : 00000000`00000000 fffff880`01a812c7 00000000`0000003a e1d5a74f`d427c439 : 0xfffffa80`1227c000
- 00000000`00000000 : fffff880`01a812c7 00000000`0000003a e1d5a74f`d427c439 d37c41c1`3ed026d6 : 0x2
复制代码 时间最近的一个内存转储文件代码。
Tcpip.sys是微软从XP SP2开始使用的TCP并发连接数限制文件,默认是10。有时候为了P2P软件(例如bt)下载时达到更快的速度,可以人为修改替换该文件以突破系统的TCP并发连接数限制。但是修改过度(例如开到100)的后果就是在使用P2P软件时无法浏览网页或登录QQ。在Windows7/Vista下,微软为tcpip.sys加入了数字签名,如果修改将导致无法进入系统。Windows7/Vista下可以使用TCP-Z破解内存中加载的tcpip.sys文件,在重新启动系统后会还原更改。
尝试命令行运行:scf/scannow 修复系统文件,不行的话到别的机子复制一个tcpip.sys,在pe环境下替代原文件。
蓝屏原因无非就这几个:1为操作系统损坏导致使用时系统故障蓝屏,2为软件与软件或操作系统有冲突导致系统崩溃.3为硬件故障导致蓝屏.
|