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]: Cant start server minecraft (tested on two separate machines) #325

Open
itsMaxio opened this issue Dec 8, 2022 · 4 comments
Open
Labels
bug Something isn't working Waiting on OP

Comments

@itsMaxio
Copy link

itsMaxio commented Dec 8, 2022

Please add the exact image (with tag) that you are using

eclipse-temurin:17-jre-focal

Please add the version of Docker you are running

Docker version 20.10.21, build baeda1f

What happened?

Error while starting minecraft server.

server.jar is downloading fine, no issues with that (tested on different versions of minecraft and java)

tested on two separate machines and one of them has this bug

if needed i can send hs_err_pid1.log

Relevant log output

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f0223d55eb4, pid=1, tid=47
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.5+8 (17.0.5+8) (build 17.0.5+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (17.0.5+8, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)   d64)
# Problematic frame:
# V  [libjvm.so+0x733eb4]  G1ParScanThreadState::trim_queue_to_threshold(unsigned int)+0x14d4
#                                                                                                                                                    to /se
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /server/core.1)
#
# An error report file with more information is saved as:
# /server/hs_err_pid1.log
[thread 49 also had an error]
[thread 48 also had an error][thread 25 also had an error]

#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#

[error occurred during error reporting (), id 0xb, SIGSEGV (0xb) at pc=0x00007f0224985941]




#
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fdf97e7f481, pid=1, tid=62
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.5+8 (17.0.5+8) (build 17.0.5+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (17.0.5+8, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# J 8336 c2 java.lang.invoke.LambdaForm$MH+0x0000000800e43000.invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.5 (36 bytes) @ 0x00007fdf97e7f481 [0x00007fdf97e7f420+0x0000000000000061]
#
@itsMaxio itsMaxio added the bug Something isn't working label Dec 8, 2022
@karianna
Copy link
Contributor

@itsMaxio Can you post /server/hs_err_pid1.log ?

@itsMaxio
Copy link
Author

here you are hs_err_pid1.log
i will add that this error does not appear immediately but 2/3 times after restarting the mc server

@karianna
Copy link
Contributor

@itsMaxio It's crashing the compiler when reading one of your mods (can't quite tell which one). You'll want to report this to the mod author as it seems to stem from their callout of Java to a native library.

@karianna
Copy link
Contributor

Hmm actually, this only happens on 1 machine, and the other one is OK right? What are their specs?

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

No branches or pull requests

2 participants