Heyo,
I got some weird problem with Java in any type of version nor working environment.
Basically, I'll getting error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f724cebd778, pid=21385, tid=21386
#
# JRE version: OpenJDK Runtime Environment (19.0.1+10) (build 19.0.1+10)
# Java VM: OpenJDK 64-Bit Server VM (19.0.1+10, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C 0x00007f724cebd778
#
# 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:
# /test/hs_err_pid21385.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
Aborted
The file is in attachments.
I have tried to run i.e. PaperMC 1.19.2. Same error happens with ElasticSearch in ArchLinux Podman container or any other.
Although if I use Java 18 OpenJ9 from IBM, PaperMC starts, but at some point getting JIT error. ElasticSearch doesn't work with OpenJ9.
On the other workstation both ElasticSearch & PaperMC works (yes, on the same Java version).
What could cause Java errors?