Skip to content
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

[Bug]: SIGSEGV on linux because of Spark mod #2177

Open
KosmX opened this issue Dec 26, 2024 · 5 comments
Open

[Bug]: SIGSEGV on linux because of Spark mod #2177

KosmX opened this issue Dec 26, 2024 · 5 comments
Labels
Bug Something isn't working

Comments

@KosmX
Copy link

KosmX commented Dec 26, 2024

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

https://mclo.gs/YZbmyOI

Developer reports

https://github.com/lucko/spark/issues

@KosmX KosmX added the Bug Something isn't working label Dec 26, 2024
@KosmX
Copy link
Author

KosmX commented Dec 26, 2024

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.

@KosmX
Copy link
Author

KosmX commented Dec 26, 2024

known issue in SPARK: lucko/spark#461

@jschenke488
Copy link

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.

@jschenke488
Copy link

jschenke488 commented Dec 31, 2024

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.

@jschenke488
Copy link

jschenke488 commented Dec 31, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants