MySQL Server Crash Issue - Can't resolve. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL Server Crash Issue - Can't resolve. (
/showthread.php?tid=611365)
MySQL Server Crash Issue - Can't resolve. -
Dokins - 05.07.2016
pawn Код:
[10:57:12] --- Server Shutting Down.
[10:57:12] plugin.mysql: Unloading plugin...
[10:57:12] [debug] Server crashed due to an unknown error
[10:57:12] [debug] Native backtrace:
[10:57:12] [debug] #0 6a134c33 in ?? () from plugins\mysql.dll
[10:57:12] [debug] #1 6a134817 in ?? () from plugins\mysql.dll
[10:57:12] [debug] #2 6a13ca6f in ?? () from plugins\mysql.dll
[10:57:12] [debug] #3 6a15ad3e in ?? () from plugins\mysql.dll
[10:57:12] [debug] #4 5f7a62a4 in ?? () from C:\Windows\SYSTEM32\ucrtbase.DLL
[10:57:12] [debug] #5 74f086e3 in ?? () from C:\Windows\SYSTEM32\KERNEL32.DLL
[10:57:12] [debug] #6 777baa29 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[10:57:12] [debug] #7 777ba9fc in ?? () from C:\Windows\SYSTEM32\ntdll.dll
Could this be a host issue as on my local server I had no issues, this is completely random, it happens at random times, even if there is nobody on the server.
I do have a timer every 15 minutes saving all player data.
Re: MySQL Server Crash Issue - Can't resolve. -
Vince - 05.07.2016
"Server shutting down" and "unloading plugin" are clear signs that the server process was terminated either by using "rcon exit" or by receiving a SIGTERM signal (i.e. kill command).
Re: MySQL Server Crash Issue - Can't resolve. -
Dokins - 05.07.2016
But there is nothing in the script that uses such a thing, where could this be located?