You are not logged in.

#1 2019-06-26 16:23:45

MrJake
Member
Registered: 2019-06-26
Posts: 5

Oracle JDK & OpenJDK crashing at random

Hi,

I'm trying to develop a Minecraft mod here but Java keeps crashing. I've tried older version (u144 i think) of OpenJDK, then switched to Oracle but nothing has changed. After normal Forge(a modloader) log(no exceptions and such) this occurs:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f82aaaca7e8, pid=22723, tid=0x00007f828e3c3700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_212-b10) (build 1.8.0_212-b10)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.212-b10 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x6297e8]  PhaseIFG::SquareUp()+0xe8
#
# Core dump written. Default location: /home/norbert/AUNIS/Eclipse/run/core or core.22723
#
# An error report file with more information is saved as:
# /home/norbert/AUNIS/Eclipse/run/hs_err_pid22723.log
#
# Compiler replay data is saved as:
# /home/norbert/AUNIS/Eclipse/run/replay_pid22723.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

The frames are random. Still libjvm.so but diffrent hex and function.
Here is the hs_err_pid.log.
I cannot find the coredump though...

Any help appreciated, It's driving me crazy...
I'm up to date, btw

Offline

#2 2019-06-30 14:53:26

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,456

Re: Oracle JDK & OpenJDK crashing at random

From your logs, it looks like Minecraft using some kind of JNI libraries (.gradle/caches/minecraft/net/minecraft/natives/1.12.2/libopenal64.so) which in turn is used for graphic rendering, so instability may be related to your graphics card, X, etc.

Offline

Board footer

Powered by FluxBB