Crashinfo... how can I use it? -
XPlatform - 17.07.2009
Hi,
My server crashes every now and then, it seems to be somewhat random. Usually there's only me and a friend on it, since it's a test server. Sometimes it crashes, even though no command have been used, etc.
Basically, I was wondering how exactly can I use the information in crashinfo.txt to solve a crash problem?
Something like this:
Код:
Stack:
--------------------------
Exception At Address: 0x0045B4AB
Registers:
EAX: 0x00000005 EBX: 0x6F066421 ECX: 0x419D6C97 EDX: 0x00000000
ESI: 0x01526644 EDI: 0x01526630 EBP: 0x0163FEF8 ESP: 0x0163FE88
EFLAGS: 0x00010212
Thanks in advance,
Matrix
Re: Crashinfo... how can I use it? -
Calgon - 22.07.2009
Check your timers, timers can trigger things that may crash the server. Also, check the stuck thread regarding script optimizing, then review your code.
Re: Crashinfo... how can I use it? -
XPlatform - 23.07.2009
I think it's in the threading, I have one thread that constantly loops, checking player distance from positions, and creating a checkpoint at the nearest... but doesn't seem harmful does it?
PS: it's in a plugin