-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 23 + Spark = Crash #461
Comments
See async-profiler/async-profiler#923. Everything that uses async-profiler won't work currently on Java 23+. You'll need to use the Java sampler for now instead. |
spark is currently using Edit: investigation shows that the fix isn't in 3.0.0, would either involve switching to nightlies, or waiting for a release to be cut. |
see #386 |
Description
When using Java (Oracle GraalVM) 23 and starting an async spark profiler, upon player join, the whole server crashes.
This behavior does not happen when using Java (Oracle GraalVM) 22.
Reproduction Steps
Expected Behaviour
The server should not crash.
Platform Information
Spark Version
1.10.109-bukkit
Logs and Configs
No response
Extra Details
We are using Pterodactyl panel so everything is running in a container.
All the plugins are working flawlessly using the new Java (Oracle GraalVM) 23, the only issue is spark profiler.
Crash log: hs_err_pid32.log
The text was updated successfully, but these errors were encountered: