#Server crashed (log attached)

27 messages · Page 1 of 1 (latest)

tawdry lagoon
#

Hey! Today our Linux server started crashing out of the blue...

I have the logs attached in the comments. Shortly before it crashed this was logged:

21:07:36.662 [pool-5-thread-2] ERROR endercrypt.gitgud.modules.server.ServerModule - ERROR: General     , 1678482456661> 20,591,354,918> IsoGameCharacter$XP.load> unknown trait "scrapwarrior"
21:08:09.684 [pool-5-thread-2] ERROR endercrypt.gitgud.modules.server.ServerModule - ./start-server.sh: line 26: 820201 Killed                  LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"
21:08:09.705 [pool-2-thread-1] INFO  endercrypt.gitgud.modules.server.ServerModule - Zomboid exited with code: 0
#

The server is modded but we didn't have any problems before...

#

In case you are wondering what "endercrypt.gitgud" is. We start the server with a custom .sh file as we are using a custom bot that allows us to restart the server directly from Discord. We use it for months though so its probably not the reason either

proven mesa
#

Can you share the hs err pid file from the server install folder?

tawdry lagoon
#

if you need something else just tell me. Its weird to me that there is no file for the current date

tawdry lagoon
#

yesterday this happened three times. First time the issue appeared it happened seemingly out of the blue. After restarting it took 5 minutes for it to happen again and then another 20 minutes until it happened the third time.

After that I updated every package on my server with sudo apt update and upgrade and rebooted the server itself entirely. It seemed to go fine for almost 24 hours but now it happened again crydeath I could be a memory issue as well. Something like a memory leak probably caused by a mod.. but if it is what mod? :/

proven mesa
#

You said you have a dedicated Linux server right?

tawdry lagoon
#

yes exactly. Where can I find these logs?

proven mesa
#

In the main server install folder

#

Where you are launching the server from

tawdry lagoon
#

so the directory where the "Project Zomboid Dedicated Server" is installed? There is no hr_err file in that folder :/

#

This is the content of said folder

proven mesa
#

Does not seem like the server is crashing in that case

#

Since if it would, it would create the err pid file here

#

Are you sure whatever third party applications you are using are not killing the server?

tawdry lagoon
#

When the server crashes it writes something like that into the console:

ERROR ./start-server.sh: line 26: 820201 Killed LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"

We are using a custom discord bot that is giving us this error

ERROR: ld.so: object 'libjsig.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.```

Any idea if this might be connected? What does LD_PRELOAD means?
proven mesa
#

It just preloads the libraries, it should not be related to the crashes at all

#

I am not sure about the killed line, it seems like something is just killing the server shell

#

I recommend looking into whatever custom changes you did to the server, since that would likely be the main cause of the issue

tawdry lagoon
#

Okey so its been a while but here I am again.

The problem here most likely is that there is an ungodly amount of "GlobalModDataRequest" send by some mod...

Any way to find out what is causing this? These constant crashes cause roll backs for our players and are plaguing us for over a week now..

tawdry lagoon
proven mesa
#

The crash log seems to just be a generic crash, as if the steam client itself crashed

#

I assume you are not launching the server through the Steam client are you?

#

Using SteamCMD would be preferred over that