-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
The runDev task runs into SIGSEGV because of spark #11711
Comments
Broken JVM distribution
|
Note that we do force JBR for runDev as it allows nicer hotreloading. |
JBR shipped a few bad builds for 21, that was fixed later in their releases; the JVM blew up accessing class info, which I'm guessing was down to spark accessing this metadata and the JVM blowing up due to the busted CDS |
Yea, but iirc foojay was stuck on one of those for a while, which might still be the case then. |
Once I manually updated to Jetbrains 21.0.5 it works now, thanks! |
Expected behavior
I expect
./gradlew runDev
to run successfully.Observed/Actual behavior
Steps/models to reproduce
Plugin and Datapack List
No plugins
Paper version
[21:05:31 INFO]: Checking version, please wait...
[21:05:31 INFO]: This server is running Paper version 1.21.4-DEV-master@346b9b8 (2024-12-05T20:03:48Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
You are running the latest version
Other
The resulting jar (
./gradlew createMojmapPaperclipJar
) can be run normally (even with spark).The text was updated successfully, but these errors were encountered: