[SPIGOT-7156] Server crash Created: 14/Sep/22 Updated: 25/Dec/24 Resolved: 14/Sep/22 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | User | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | None |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Version: | CraftBukkit version 3586-Spigot-4c157bb-5cc9c02 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) | ||||||||
Guidelines Read: | Yes |
Description |
I spun up a Spigot server for plugin development. However, on the first launch I got a crash (no plugin development had occurred, and no plugins were installed). I attatched the console log at the time of the crash (it occurred while trying to stop the server with the `stop` command) (the `missing profile public key` error is expected since I use No Chat Reports and hadn't yet configured `server.properties`) |
Comments |
Comment by User [ 24/Sep/22 ] |
That doesn't really make sense... I can run a server just fine on the machine that had that error. Even on the same Spigot version, I was able to run the server just fine under significantly higher load than what my system was under when that error occurred. I've also successfully run Purpur and Fabric servers on the same system on the same MC version. So I find it hard to believe a system that's clearly capable of running a server just fine, would be crashing under less load due to lack of power. I'd like to request this issue be re-opened. |
Comment by Derek Myser [ 14/Sep/22 ] |
Looks like it's not heap space but just a very slow machine, exposing a bug where the game tries to run something on a thread pool that is already shutting down. Doesn't look like this is in Spigot code. |
Comment by Black Hole [ 14/Sep/22 ] |
Your server is just not powerful enough to run modern versions of Minecraft. |