rascal icon indicating copy to clipboard operation
rascal copied to clipboard

bus error every time I type `:quit` on the commandline REPL

Open jurgenvinju opened this issue 4 years ago • 1 comments

rascal>:quit
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0xa) at pc=0x0000000101d15e92, pid=2646, tid=0x0000000000001003
#
# JRE version: OpenJDK Runtime Environment (8.0_222-b10) (build 1.8.0_222-b10)
# Java VM: OpenJDK 64-Bit Server VM (25.222-b10 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libzip.dylib+0x2e92]  newEntry+0x154
#
# 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:
# /Users/jurgenv/git/flybytes/hs_err_pid2646.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

jurgenvinju avatar Mar 29 '21 07:03 jurgenvinju

https://confluence.atlassian.com/confkb/java-vm-dies-with-sigbus-0x7-when-temp-directory-is-full-on-linux-815584538.html

temp directory full?

It's really strange how we get a SIGBUS from the internals.

DavyLandman avatar Mar 29 '21 08:03 DavyLandman