[Ascent] Server Crashing After About 4 mins Crash Dump Included.

Newbie Spellweaver
Joined
Sep 24, 2007
Messages
5
Reaction score
0
This is what my dump file says.....


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


Loading Dump File [D:\Ascent\CrashDumps\dump-ascent-world.exe-2008-1-12-14-50-9-3496.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 XP Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Debug session time: Tue Feb 12 14:50:10.000 2008 (GMT-5)
System Uptime: not available
Process Uptime: 0 days 0:02:18.000
..........................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(ce4.da8): Access violation - code c0000005 (first/second chance not available)
eax=120a0000 ebx=00000000 ecx=00000007 edx=7c90eb94 esi=00000000 edi=00000000
eip=7c90eb94 esp=03e2ec0c ebp=03e2ec1c iopl=0 nv up ei pl zr na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
ntdll!KiFastSystemCallRet:
7c90eb94 c3 ret


It starts up perfectly, and I've got everything set up right (I've run several servers before). I've yet to have this problem.

Any ideas, anyone? Thanks!!!!
 
Re: Server Crashing After About 4 mins Crash Dump Included.

This is what my dump file says.....


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


Loading Dump File [D:\Ascent\CrashDumps\dump-ascent-world.exe-2008-1-12-14-50-9-3496.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 XP Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Debug session time: Tue Feb 12 14:50:10.000 2008 (GMT-5)
System Uptime: not available
Process Uptime: 0 days 0:02:18.000
..........................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(ce4.da8): Access violation - code c0000005 (first/second chance not available)
eax=120a0000 ebx=00000000 ecx=00000007 edx=7c90eb94 esi=00000000 edi=00000000
eip=7c90eb94 esp=03e2ec0c ebp=03e2ec1c iopl=0 nv up ei pl zr na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
ntdll!KiFastSystemCallRet:
7c90eb94 c3 ret


It starts up perfectly, and I've got everything set up right (I've run several servers before). I've yet to have this problem.

Any ideas, anyone? Thanks!!!!


You need to install the debugging symbols for the various system libraries. This is or should be part of the Windows Debugging package you installed. Of course, installation gets complicated by the various upgrades and patches and the version of Windows you're running.

it happened to my firend before,

You cna fix this by installing the proper 32 bit debugging symbols file

 
Re: Server Crashing After About 4 mins Crash Dump Included.

WOW RR.... how the hell do you know everything?

also can you teach me how you determin whats what in crush dump?> like how did you know that , his poroblem was debugging?


lol thanx for the warm words

well you can see in his msg he posted

* Use .symfix to have the debugger choose a symbol path. *

and i know a bit about it. :)
 
yep...are you using 2.4 stable?....that's the prob i was getting....upgrade to ascent-rev-2449...i finally got my server up and running today and it 's working great...of course it took me 3 days of staying up...let me know how it goes.
 
Back