fastr icon indicating copy to clipboard operation
fastr copied to clipboard

Fatal error in JVM

Open rbotafogo opened this issue 5 years ago • 1 comments

In 19.0, when trying to gKnit the manual.Rmd file in the development branch of Galaaz I get the error bellow. This error does not appear on RC16.

To reproduce, in Galaaz main directory (development branch) just do 'rake blog:manual'. If this is memory related, then it might not be reproducible in another machine, since the shorter version of the manual.Rmd in the main branch does not crash in 19.

hs_err_pid28157.log

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f14ff967cf6, pid=27570, tid=0x00007f149b28c700
#
# JRE version: OpenJDK Runtime Environment (8.0_212-b03) (build 1.8.0_212-20190420092731.buildslave.jdk8u-src-tar--b03)
# Java VM: OpenJDK GraalVM CE 19.0.0 (25.212-b03-jvmci-19-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 17709 JVMCI-native org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot([Ljava/lang/Object;)Ljava/lang/Object; (68 bytes) @ 0x00007f14ff967cf6 [0x00007f14ff9646e0+0x3616] (sink#2)
#
# Failed to write core dump. 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/rbotafogo/desenv/galaaz/blogs/manual/hs_err_pid27570.log
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

rbotafogo avatar May 23 '19 14:05 rbotafogo

Hello Rodrigo,

thank you for the report, we are investigating it.

steve-s avatar May 24 '19 08:05 steve-s