Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created February 21, 2014 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/9140319 to your computer and use it in GitHub Desktop.
Save jcrossley3/9140319 to your computer and use it in GitHub Desktop.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x00007f91c9413ead, pid=32380, tid=140264133338880
#
# JRE version: OpenJDK Runtime Environment (7.0_51-b02) (build 1.7.0_51-mockbuild_2014_01_17_16_35-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libzip.so+0x4ead] Java_java_util_zip_ZipFile_getZipMessage+0x10bd
#
# 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:
# /tmp/jvm-32380/hs_error.log
Compiled method (nm) 106665 72 n 0 java.util.zip.ZipFile::getEntry (native)
total in heap [0x00007f91be103cd0,0x00007f91be104068] = 920
relocation [0x00007f91be103df0,0x00007f91be103e50] = 96
main code [0x00007f91be103e60,0x00007f91be104068] = 520
#
# 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
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/home/jim/bin/lein: line 357: 32380 Aborted (core dumped) "$LEIN_JAVA_CMD" -client "${BOOTCLASSPATH[@]}" $LEIN_JVM_OPTS -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dmaven.wagon.rto=10000 -Dleiningen.original.pwd="$ORIGINAL_PWD" -Dleiningen.script="$SCRIPT" -classpath "$CLASSPATH" clojure.main -m leiningen.core.main "$@"
Compilation exited abnormally with code 134 at Fri Feb 21 13:31:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment