[SPIGOT-5582] updated - Server V1.15.2 randomly crashing on java level: Craft Scheduler Thread Created: 17/Feb/20  Updated: 17/Feb/20  Resolved: 17/Feb/20

Status: Closed
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Edward Assignee: Unassigned
Resolution: Invalid Votes: 0
Labels: crash, spigot
Environment:

--------------- S Y S T E M ---------------

OS: Windows Server 2019 , 64 bit Build 17763 (10.0.17763.475)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv

Memory: 4k page, system-wide physical 32446M (17612M free)
TotalPageFile size 40638M (AvailPageFile size 26831M)
current process WorkingSet (physical memory assigned to process): 9073M, peak: 9087M
current process commit charge ("private bytes"): 9120M, peak: 9135M

vm_info: Java HotSpot(TM) 64-Bit Server VM (13.0.2+8) for windows-amd64 JRE (13.0.2+8), built on Dec 11 2019 09:20:33 by "mach5one" with unknown MS VC++:1916


Attachments: Text File hs_err_pid15084.log     PNG File plugins.png    
Issue Links:
Cloners
clones SPIGOT-5580 Server V1.15.2 randomly crashing on j... Resolved
Version: 1.15.2
Guidelines Read: Yes

 Description   

Server V1.15.2 randomly crashing on java level: Craft Scheduler Thread

 

I updated my server from 1.14.3 to 1.15.2 3 days ago. And experencing random crashing, time ranging from 30 min to 12 hours.

There is no visable crash logs located in ./crash-reports nor ./logs

By examining the ./logs/latest.log there is no obvious plugin crashing, and no trace of reproducbility. 

Only thing that i can find is a java crash log down below, (also attached full log in attachment.)

I can also upload memery dump if requested, since it's 5.29GB

Commend to start server: java -Xmx8G -Xms1024M -jar spigot-1.15.2.jar --nogui

--------------------Error logs-------------------------

Command Line: -Xms1G -Xmx10G -XX:+UseConcMarkSweepGC spigot-1.15.2.jar --nogui

Host: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz, 8 cores, 31G, Windows Server 2019 , 64 bit Build 17763 (10.0.17763.475)
Time: Mon Feb 17 03:28:09 2020 2?±ê×?ê± elapsed time: 5919 seconds (0d 1h 38m 39s)

--------------- T H R E A D ---------------

Current thread (0x000001789dd08800): JavaThread "Craft Scheduler Thread - 27" [_thread_in_vm, id=4088, stack(0x0000002e93400000,0x0000002e93500000)]

Stack: [0x0000002e93400000,0x0000002e93500000], sp=0x0000002e934fd7e0, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x0000000000000006

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 5184 java.lang.Throwable.fillInStackTrace(I)Ljava/lang/Throwable; [email protected] (0 bytes) @ 0x0000017887dca08b [0x0000017887dca040+0x000000000000004b]
J 42151 c2 java.util.ConcurrentModificationException.<init>()V [email protected] (5 bytes) @ 0x0000017888e96778 [0x0000017888e966a0+0x00000000000000d8]
J 42161% c2 com.magmaguy.elitemobs.EntityTracker$2.run()V (367 bytes) @ 0x0000017888a2981c [0x0000017888a296a0+0x000000000000017c]
J 36669 c1 org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run()V (739 bytes) @ 0x000001788328d674 [0x000001788328cfc0+0x00000000000006b4]
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 [email protected]
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 [email protected]
j java.lang.Thread.run()V+11 [email protected]
v ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), data execution prevention violation at address 0x0000000000000006



 Comments   
Comment by Black Hole [ 17/Feb/20 ]

The stack trace clearly shows EliteMob, maybe the author didn't test with current Java versions. Anyway, this is nothing Spigot could fix.

Comment by Edward [ 17/Feb/20 ]

Plugin also has support for 1.15

Comment by Edward [ 17/Feb/20 ]

checked with em dev and they don’t seem to use nms.

Comment by Edward [ 17/Feb/20 ]

Checking elitemobs update

Comment by Edward [ 17/Feb/20 ]

Is there any thing that can help me find which plugin it is?

Comment by TheCreeperCow [ 17/Feb/20 ]

*Priority: Minor*

This seems to be caused by a plugin trying to access a NMS/CraftBukkit field but doing something wrong causing a ACCESS_VIOLATION. Its seems to be related to potion effects and the only plugin running on that thread is com.magmaguy.elitemobs. Please make sure that plugin works on 1.15.2

 

Generated at Sat Dec 13 20:50:53 UTC 2025 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.