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

Direwolf20 1.19 1.10.0 crashes with SIGBUS #3325

Closed
sethtaplin opened this issue May 7, 2023 · 3 comments
Closed

Direwolf20 1.19 1.10.0 crashes with SIGBUS #3325

sethtaplin opened this issue May 7, 2023 · 3 comments

Comments

@sethtaplin
Copy link

Modpack

FTB Presents Direwolf20 1.19

Modpack version

1.10.0

Log Files

hs_err_pid736.log

Describe the bug

JDK SIGBUS upon launching the server, following an upgrade from 1.9.0 to 1.10.0

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0xa) at pc=0x0000000112f8d4e4, pid=736, tid=51719
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.7+7 (17.0.7+7) (build 17.0.7+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (17.0.7+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# v  ~StubRoutines::SafeFetch32

Steps to reproduce

  1. Update working 1.9.0 to 1.10.0
  2. Run start.sh on a M1 Mac Mini

Expected behaviour

Minecraft server launches successfully

Screenshots

No response

Additional information

No response

@unilock
Copy link

unilock commented May 11, 2023

It's a JVM bug in Java 17.0.7, specifically on aarch64 macOS. Downgrading to Java 17.0.6 should fix the issue, for the time being.
https://bugs.openjdk.org/browse/JDK-8307549

@Saereth
Copy link

Saereth commented May 12, 2023

This is the answers, ty unilock, yeah not something I can fix unfortunately from the pack side of things

@Saereth Saereth closed this as completed May 12, 2023
@sethtaplin
Copy link
Author

I confirmed that downgrading to 17.0.6 did resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants