For the past few months, we've been experiencing an extremely problematic issue while switching our server to Linux. We've been recieving constant crashes - our console outputting "segmentation fault (core dumped)".
We changed no addons since we've moved from Windows hosts to Linux, so this is the most confusing part as we generally have not changed much - it happens 1-2 hours, sometimes crashing 5 times in less than 3 hours. I'm honestly not sure what to do, as the error doesn't help me lead to the issue at all, and -debug not making a debug.log
So that error is cpp for, "you're going outside of memory you don't own and trying to read it".
If you or someone you know made any of the addons check any instances that has pointers or memory addresses changing or stuff not being copied correctly.
If the addons aren't made by you probably check to see if they are up to date if not check change logs.
it depends on what is happening really. try to find a way to isolate the problem, addon by addon, code by code if you need to. just work your way down until you know where the problem is and then try to find a solution through a lot of googleing.
You running this on a dedicated or virtual machine?
Actually, I just solved this after a few months of dealing with it:
One of our addons, specifically our Discord chat relay, used bromsock - which was crashing the server - this was never shown anywhere, but another person suing the addon said it was crashing Linux server.
After removing it, our server is now completely stable, thanks for the help.
Sorry, you need to Log In to post a reply to this thread.