首页
社区
课程
招聘
[求助]跪求高人分析一个DMP错误(若能分析出来在下感激不尽)
发表于: 2012-2-27 00:15 5136

[求助]跪求高人分析一个DMP错误(若能分析出来在下感激不尽)

2012-2-27 00:15
5136
[/QUOTE]跪求高人分析一个DMP错误(若能分析出来在下感激不尽)
我有一程序老是错误然后程序下生产这个DMP 请高手分析下是什么问题
下面代码是我用windbg 打开所得到的

愿高手能帮我找出解决的办法

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

Loading Dump File [C:\Users\cc\Desktop\_26_00_26_47.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 1) MP (2 procs) Free x86 compatible
Product: Server, suite: Enterprise TerminalServer SingleUserTS
Machine Name:
Debug session time: Sun Feb 26 00:26:48.000 2012 (UTC + 8:00)
System Uptime: not available
Process Uptime: 0 days 7:10:41.000
...............................
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(uext) failed, Win32 error 0n2
    "系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
The call to LoadLibrary(ntsdexts) failed, Win32 error 0n2
    "系统找不到指定的文件。"
Please check your debugger configuration and/or network access.
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(c14.c24): Access violation - code c0000005 (first/second chance not available)
eax=05660000 ebx=00166ec0 ecx=00000007 edx=7c95ed64 esi=00166e98 edi=00166ef0
eip=7c95ed64 esp=00bce48c ebp=00bce49c 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+0x2ed64:
7c95ed64 c3              ret

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 80
活跃值: (10)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
求助求助求助求助求助求助求助求助求助求助求助
2012-2-27 10:16
0
雪    币: 208
活跃值: (40)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
3
沿着栈向上找吧
2012-2-27 14:30
0
雪    币: 485
活跃值: (78)
能力值: ( LV4,RANK:40 )
在线值:
发帖
回帖
粉丝
4
无语了,数据全被冲掉了,太难分析了。应该是GameServer.exe的EIP跳到了一个不知道啥模块里面执行,而这个地址是空数据然后崩溃的,具体你看下GameServer+0x15b34 这里的代码做了什么
2012-2-27 15:05
0
雪    币: 86
活跃值: (1183)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
友情帮顶,不懂这个
2012-2-27 16:00
0
雪    币: 80
活跃值: (10)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
6
GS已经放上去了
2012-2-28 16:17
0
游客
登录 | 注册 方可回帖
返回
//