首页
社区
课程
招聘
[求助]新人求助windbg分析dmp文件。错误ntdll.dll求真相
发表于: 2012-2-26 22:10 11418

[求助]新人求助windbg分析dmp文件。错误ntdll.dll求真相

2012-2-26 22:10
11418
运行某程序  在程序目录下 不断产生dmp文件。。

Dump dmp文件 信息如下:

Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.

Loading Dump File [C:\Documents and Settings\Administrator\桌面\Exception_二月_26_14_25_07.dmp]
User Mini Dump File: Only registers, stack and portions of memory 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:
Windows Server 2003 Version 3790 (Service Pack 2) UP Free x86 compatible
Product: Server, suite: Enterprise TerminalServer SingleUserTS
Machine Name:
Debug session time: Sun Feb 26 14:25:07.000 2012 (GMT+8)
System Uptime: not available
Process Uptime: 1 days 20:03:29.000
................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(120.180): Access violation - code c0000005 (first/second chance not available)
eax=00b70000 ebx=001730b8 ecx=00000007 edx=7c95860c esi=00173090 edi=001730e8
eip=7c95860c esp=00c9ebc4 ebp=00c9ebd4 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
Unable to load image C:\WINDOWS\system32\ntdll.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntdll.dll
*** ERROR: Module load completed but symbols could not be loaded for ntdll.dll
ntdll+0x2860c:
7c95860c c3           


看不太懂 基本知道是ntdll.dll 的问题 求真相 求大神告诉如何修复!!!

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 269
活跃值: (25)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
2
跟那没关系,错误明显是

Access violation - code c0000005
2012-3-15 17:51
0
雪    币: 113
活跃值: (100)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
3
Symbol search path is: *** Invalid ***

Symbol path不正确,很难调试的。
2012-3-15 22:07
0
游客
登录 | 注册 方可回帖
返回
//