-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Labels
Comments
@MatsDJ23 Are you able to enable core dumping, try "ulimit -c unlimited" before starting Java again? |
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=31596JRE 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 WindowsIf you would like to submit a bug report, please visit:https://github.com/adoptium/adoptium-support/issuesThe crash happened outside the Java Virtual Machine in native code.See problematic frame for where to report the bug. |
Any Help? |
You'll want to move to 17.0.14 and try again. |
i could not get the version 17.0.14. are u refferring to jre version? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
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?
Relevant log output
The text was updated successfully, but these errors were encountered: