02.01.2011, 23:17
I've been trying to locate the cause of infrequent server restarts that have only started since updating to 0.3c. I believe the host is restarting the server due to ~possible crash~ which suggests to me that the server is not responding for a period of time.
- Time between restarts is anywhere from 20 minutes to 3 hours
- There is no obvious command that triggers the restart
- I have put prints in most major callbacks / functions, and there is no pattern
- I have removed all NPC's
- I have optimized any short timers
- I have tried not initializing MapAndreas ( have not tried removing the plugin )
here are the includes that I use
#include <a_samp> - updated from 0.3c server
#include <sscanf2>
#include <streamer>
#include <irc>
#include <a_npc>
#include <zcmd>
#include <mapandreas>
#include <foreach>
#include <a_mysql>
When I updated the server, I didn't update any of the plugins
Streamer Plugin v2.3.8 by Incognito
IRC Plugin v1.3.6 by Incognito
sscanf plugin
MySQL plugin R5 (g-stylez)
MapAndreas
are there any new releases for these plugins / includes specifically for 0.3c that I have missed?
any suggestions as to what I can do to find the problem(s) will be appreciated
- Time between restarts is anywhere from 20 minutes to 3 hours
- There is no obvious command that triggers the restart
- I have put prints in most major callbacks / functions, and there is no pattern
- I have removed all NPC's
- I have optimized any short timers
- I have tried not initializing MapAndreas ( have not tried removing the plugin )
here are the includes that I use
#include <a_samp> - updated from 0.3c server
#include <sscanf2>
#include <streamer>
#include <irc>
#include <a_npc>
#include <zcmd>
#include <mapandreas>
#include <foreach>
#include <a_mysql>
When I updated the server, I didn't update any of the plugins
Streamer Plugin v2.3.8 by Incognito
IRC Plugin v1.3.6 by Incognito
sscanf plugin
MySQL plugin R5 (g-stylez)
MapAndreas
are there any new releases for these plugins / includes specifically for 0.3c that I have missed?
any suggestions as to what I can do to find the problem(s) will be appreciated