having a crash out of no where so i need assistance
Every 6-8hrs getting a crash so i want to get this resolved
here is my spark not sure if we can start and tell from here
https://spark.lucko.me/2WpL9UNetY
i will provide anything that is needed, im currently waiting for another crash to drop the latest log.
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
40 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by lovekillin#0
Probably logs and crash report too
where is crash report?
here is log
crash happens around [12:42:55]
There should be a directory called crash-reports iirc
or just crash
no recent crash report detected
According to the log, the server did not crashed, just stopped
Sadly, the spark report doesn't hold much info about what's making the server lag (that error happens when the server doesn't respond for +45 seconds)
It would be nice if you could get a new one probably around the time when the server starts throwing that error
/spark profiler start --only-ticks-over 150
Given how it happens around 6-8h of the server running, it can probably be a memory leak? Not much information to confirm this thowell it was random, because it took almost 16 hours for anything to happen lastnight so let me see if i can run anything when the server does what it does
or should i run this now and stop it later how does this work
I haven't executed spark for that much time, not sure what could happen. If you're going through that route, maybe increment 150 to 400 or something higher
Tbh, I'd try to wait until the server starts to lag (right before that message triggers) and execute the command then
Does the server closes itself? Or did you closed it?
If you think there's not much time to start and stop the profiler, maybe using
/spark profiler open
would be betteri dont think it lags it just like stops. waits 1-2 mins seems to be stuck, then it finaly reboots
i get this in relay
I have a very rudimentary way to check that kind of scenario, using spark when the issue starts and stop it after like 30 seconds, which requires me to pay attention to the console
Since the server runs fine for hours until it randomly closes, it could be a memory leak, forcing the gc to stop the main thread
You can try executing
/spark profiler start --alloc
after around 6h
Not sure if other people have a better way to do this, but that’s how I usually investigate3-4 crashes in the past 20 mins
Well i guess its rather that "no tick" vs a crash this time
Do you have chunks pre rendered? I see a couple spiked in entity rendering that may be causing your mspt to spike too
i do
another spark during some of the load https://spark.lucko.me/brA0vArxTJ
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
i did
spark profiler start --alloc
should i get results ill post them we also upgraded hardware the other day , so it seems the server is recovering from its freeze vs rebooting like before, hints probably whiy its happening every 5-10 mins now any other things i can run to see whats up?
should i get results ill post them we also upgraded hardware the other day , so it seems the server is recovering from its freeze vs rebooting like before, hints probably whiy its happening every 5-10 mins now any other things i can run to see whats up?
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
I looked at what is using the highest percentage in your profiler and it looks like spawners are using up a lot. Do you have some sort of spawner system on your server?
spawnermeta?
Yeah, those are not typically recommended as they can cause significant lag issues. Not sure if it's what causing this though. Possibly try doing a test without it(MAKE A BACKUP FIRST) to see if it still crashes.
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
check on this any information helpful here?
what does ti mean exactly 5gb of what its used since the report started?
ram ?
do you have
area.portals
set to something in your config.yml
for ajParkour?
and/or is the portals
config section in positions.yml
not set?add
portals: []
to that file and https://discord.com/channels/348681414260293634/1320449350358401056/1323106319447883820 should go awayi deleted that plugin, and still getting a weird crash let me do more testing
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
Is it still the same "The server has not responded for 60 seconds" thing?
Or rather, can you send the new log so I can make sure it's the same issue
If it is the same issue, it's likely an issue with your host
yes ill share a new log
got alot of this today
i have a dedicated server i pay for, nothing else time out or lags, we run a stable zomboid server in the back end and always have no lag or disconnections, its not a crash rather than a timeout and stick/ not sure whats causing it no reports.
so, what type of storage are you using? nvme, hdd, network share, etc?
can you check if youre having a high amount of iowait while this error is occuring? (top will show this)
can you check your disk for smart errors (smartctl will shiw this)
also I doubt this is the case, but is your storage full (df -h will show this)
for reference, the issue is that minecraft is trying to save the world, but for some reason the file never gets saved to disk and it just freezes the server
also, is this an ovh server? (ovh puts most of your usable storage in
/home
instead of /
, so it could cause you to run out of storage)