[Bug]: SIGSEGV on linux because of Spark mod
KosmX opened this issue ยท 5 comments
Possible Fixes
Yes
Modpack Version
1.0.0
What happened?
SIGSEGV (segfault) in spark native library.
Potential solution: remove spark from the modpack, as it is not the first time it is causing issues for me.
If anyone needs spark, they can install it.
alternative solution: update spark
latest.log
Developer reports
Can confirm this issue happens both on MacOS and Linux. The issue occurs for me on Mojang Java 17. When switching to Azul Zulu 17.0.13, the crash no longer happens.
lucko/spark#402 (comment) seems to indicate this issue happens on Java versions older than 17.0.11 (latest Mojang Java is 17.0.8). I did not test on any Java versions other than Mojang Java 17.0.8 and Azul Zulu 17.0.13.
The crash happened instantly after loading into a world, I do not know if it can be reproduced. It is also important to note, that I'm on GraalVM 23 instead of 17.
Can you verify GraalVM uses an up to date version of Java 23?
Edit: GraalVM's latest version seems to match Azul Zulu (23.0.1+11)
The crash happened instantly after loading into a world, I do not know if it can be reproduced.
It is also important to note, that I'm on GraalVM 23 instead of 17.
known issue in SPARK: lucko/spark#461