Closed
Description
Description
On Folia, if you try to launch the server, a crash occurs. On Java 22, Java 21 no problem.
Reproduction Steps
Install Java 23 (adoptium for example), install the Spark plugin and start the server.
Expected Behaviour
At least the server can work.
Platform Information
- Minecraft Version: 1.21.3
- Platform Type: server
- Platform Brand: Folia
- Platform Version: PaperMC/Folia@c937c72
Spark Version
spark-1.10.100-bukkit
Logs and Configs
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe4d8806ecf, pid=1, tid=136
#
# JRE version: OpenJDK Runtime Environment Temurin-23.0.1+11 (23.0.1+11) (build 23.0.1+11)
# Java VM: OpenJDK 64-Bit Server VM Temurin-23.0.1+11 (23.0.1+11, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [spark-80455fabb02ff-libasyncProfiler.so.tmp+0x6ecf] NMethod::isNMethod()+0x1f
#
# Core dump will be written. Default location: /home/container/core
#
# An error report file with more information is saved as:
/home/container/hs_err_pid1.log
Extra Details
container@pterodactyl~ java -version
openjdk version "23.0.1" 2024-10-15
OpenJDK Runtime Environment Temurin-23.0.1+11 (build 23.0.1+11)
OpenJDK 64-Bit Server VM Temurin-23.0.1+11 (build 23.0.1+11, mixed mode, sharing)