Windows server crash -
-Davee- - 07.04.2011
Hi,
My server is randomly crashing on windows server 2003.
I try debugging my gamemode, and add an debug function to all plugins what I use.
But the crashes is not happening at same function, usually is different from the previous one, but the memory address is always the same.
The crashlog:
Код:
--------------------------
SA-MP Server: 0.3c R2
Exception At Address: 0x7C80BEF7
Registers:
EAX: 0x0013FB60 EBX: 0x00000000 ECX: 0x00000000 EDX: 0x00000002
ESI: 0x0013FBE8 EDI: 0x01B288C4 EBP: 0x0013FBB0 ESP: 0x0013FB5C
EFLAGS: 0x00000206
Stack:
+0000: 0x01B28844 0xE06D7363 0x00000001 0x00000000
+0010: 0x7C80BEF7 0x00000003 0x19930520 0x0013FC18
+0020: 0x01F96C58 0x036C299C 0x0000001F 0x03684CA4
+0030: 0x0000001A 0x0013FBB0 0x784859BE 0x036C299C
+0040: 0x0000001F 0x03684CA4 0x0000001A 0x0000001F
+0050: 0x0000001F 0x0013FBE8 0x7857DBF9 0xE06D7363
+0060: 0x00000001 0x00000003 0x0013FBDC 0xE06D7363
+0070: 0x00000001 0x00000000 0x00000000 0x00000003
+0080: 0x19930520 0x0013FC18 0x01F96C58 0x0013FC50
+0090: 0x01F7FB07 0x0013FC18 0x01F96C58 0x00000000
+00A0: 0x0013FC1C 0x03684CA4 0x01AF0000 0x00000000
+00B0: 0x00000018 0x0000001A 0x0000001F 0x01F951FC
+00C0: 0x00000000 0x00000000 0x00000018 0x036C299C
+00D0: 0x00000008 0x01AF207C 0x036BD238 0x0000001A
+00E0: 0x0000001F 0x78583B58 0x0013FCF8 0x01F93A02
+00F0: 0x00000000 0x036BD238 0x01F8BC6D 0x03683680
+0100: 0x036BD238 0x00000000 0x036836A4 0x01B2892C
+0110: 0x01B28904 0x7F800000 0x785838BB 0x0367FD94
+0120: 0x00000000 0x03683684 0x00000000 0x01B2892C
+0130: 0x01B28904 0x00000000 0x0366C960 0x00000000
Plugins what I use: mysql(G-sTyLeZzZ), streamer, gvar
I try to replace the mysql plugin to StrickenKid's but the crash is still.
I use files in scriptfiles folder for loading races from here, but I do not do any changes here about a half year ago.
Thank you for your help,
Davee
Re: Windows server crash -
Calgon - 07.04.2011
Have you been able to confirm whether the functions are even from a plugin and which?
Re: Windows server crash -
-Davee- - 07.04.2011
I can not confirm, I just logging the functions (in the gamemode and plugins as well), and the last entry is not always agreed with the previous.
May be part of the problem where I do not logging.
Re: Windows server crash -
Calgon - 07.04.2011
You aren't making any sense.
What functions that you've logged were submitted to your logs before your server crashed?
Re: Windows server crash -
emon - 07.04.2011
check ur cfj file did u missed something?
Re: Windows server crash -
-Davee- - 07.04.2011
Calg00ne: I said, it is random, there are a lot of functions what called before crash ( OnPlayerConnect, GetGVarInt, mysql_query, mysql_free_result, or just a command )
emon: No.
But the best would be if I knew where it comes from the memory address. ( from plugin, or script )
Re: Windows server crash -
-Davee- - 10.04.2011
I found the cause!
It is happen when I close the server or the server closed for some reason. ( At home everything is normal )
And it's crashed when plugins are unload. ( The plugins what use .NET )
I need to do anything on Windows Server 2003? ( I already try to change the compatibility mode to Win 95, but not helped )