-
-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Hi, I'm currently running a velocity server with spark installed and using GraalVM jdk 25 version. When I try to start a profiler velocity crashes. On paper 1.21.10 it works fine. This only happens on Java 25 - java 21 seems okay.
May be related to #535 or #531 (not sure because these are forge issues tho)
Reproduction Steps
Run velocity server with spark installed and java image ghcr.io/graalvm/jdk-community:25 and execute /sparkv profiler start
Expected Behaviour
Server should not crash and instead return profiler link.
Platform Information
- Minecraft Version: Minecraft 1.21.11
- Platform Type: proxy
- Platform Brand: Velocity
- Platform Version: 3.4.0-SNAPSHOT (git-4bc3f004-b559)
Spark Version
v1.10.60
Logs and Configs
https://gist.github.com/sadcenter/b25454d233a4f7b4d271703e2130e307
Extra Details
My dockerimage contains:
FROM ghcr.io/graalvm/jdk-community:25
RUN microdnf install -y bash gettext findutils iproute procps-ng hostname libstdc++ tar gzip && microdnf clean all
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working