Crashinfo... how can I use it?
#1

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
Reply
#2

Check your timers, timers can trigger things that may crash the server. Also, check the stuck thread regarding script optimizing, then review your code.
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)