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

A fatal error has been detected by the java runtime Environment (SIGSEGV) #1231

Open
1 task done
MatsDJ23 opened this issue Jan 28, 2025 · 6 comments
Open
1 task done
Labels
bug Something isn't working Waiting on OP

Comments

@MatsDJ23
Copy link

Please provide a brief summary of the bug

I

hs_err_pid2875.log

start the server and after 4 seconds it crashes and gives me the error.

Did you test with the latest update version?

  • Yes

Please provide steps to reproduce where possible

every time i start the server with the following command:
java -Xms2G -Xmx5G -jar paper-1.21.4.jar nogui

after 4 seconds it crashes, never fully starts

hs_err_pid2875.log

Expected Results

the server would start like normal but it won't

Actual Results

it crashes and the server won't start

What Java Version are you using?

openjdk 21.0.6 2025-01-21 LTS OpenJDK Runtime Environment Temurin-21.0.6+7 (build 21.0.6+7-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (build 21.0.6+7-LTS, mixed mode, sharing)

What is your operating system and platform?

Raspberry pi 5 8gb
Raspberry pi OS (64 bit)

How did you install Java?

download the jar from downloads at adoptium
extract the jar
move it to a permanent directory
java is installed

Did it work before?

yes it has worked for about 2 months

Did you test with other Java versions?

i tested with:
23-open
17.0.1

Relevant log output

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fff3f1a7398, pid=2875, tid=2895
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.6+7 (21.0.6+7) (build 21.0.6+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (21.0.6+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V  [libjvm.so+0x747398]  G1ParScanThreadState::trim_queue_to_threshold(unsigned int)+0x1938
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/matsdejong09/hardcore-server/hs_err_pid2875.log
[thread 2894 also had an error]
[thread 2893 also had an error]
[thread 2877 also had an error]
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#
@MatsDJ23 MatsDJ23 added the bug Something isn't working label Jan 28, 2025
@karianna
Copy link
Contributor

@MatsDJ23 Are you able to enable core dumping, try "ulimit -c unlimited" before starting Java again?

@bidurdahal
Copy link

i got the similar issue!

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x00007ff83387fb4c, pid=12276, tid=31596

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, windows-amd64)

Problematic frame:

C [KERNELBASE.dll+0x5fb4c]

No core dump will be written. Minidumps are not enabled by default on client versions of Windows

If you would like to submit a bug report, please visit:

https://github.com/adoptium/adoptium-support/issues

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

@bidurdahal
Copy link

Any Help?

@karianna
Copy link
Contributor

karianna commented Feb 3, 2025

Any Help?

You'll want to move to 17.0.14 and try again.

@bidurdahal
Copy link

i could not get the version 17.0.14. are u refferring to jre version?

@karianna
Copy link
Contributor

karianna commented Feb 5, 2025

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

3 participants