Help with a console error (!)

Status
This thread has been locked.

Vierdant

Explorer
Supreme
Feedback score
20
Posts
627
Reactions
312
Resources
0
So I'm having this console error that I don't understand.
Code:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000000000a786, pid=34, tid=0x00007f9b50371ae8
#
# JRE version: OpenJDK Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
# Java VM: OpenJDK 64-Bit Server VM (25.151-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.6.0
# Distribution: Custom build (Tue Nov 21 11:22:36 GMT 2017)
# Problematic frame:
# C 0x000000000000a786
#
# Core dump written. Default location: /home/container/core or core.34
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid34.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
#
/entrypoint.sh: line 15: 34 Segmentation fault (core dumped) java -Xms128M -Xmx24576M -jar server.jar
I just start the server and then join it.
The error pops up in console and then the server restarts. I really need help with this.
 
Status
This thread has been locked.
Top