Created
April 27, 2015 10:56
-
-
Save martintrojer/2c981adeac9b7fd4af51 to your computer and use it in GitHub Desktop.
Clojure compiler bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release | |
10:51:33.171 [main] INFO am.resize-images.main - Starting... | |
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007f8ef94542a1, pid=8307, tid=140252449363712 | |
# | |
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14) | |
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# J 1245 C1 clojure.lang.Compiler$ObjExpr.constantType(I)Lclojure/asm/Type; (125 bytes) @ 0x00007f8ef94542a1 [0x00007f8ef9454240+0x61] | |
# | |
# 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/hs_err_pid8307.log | |
# | |
# If you would like to submit a bug report, please visit: | |
# http://bugreport.java.com/bugreport/crash.jsp | |
# | |
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release | |
10:51:55.849 [main] INFO am.resize-images.main - Starting... | |
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007f9c6544d5a1, pid=8398, tid=140310083720960 | |
# | |
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14) | |
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# J 1228 C1 clojure.lang.Compiler$ObjExpr.constantType(I)Lclojure/asm/Type; (125 bytes) @ 0x00007f9c6544d5a1 [0x00007f9c6544d540+0x61] | |
# | |
# 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/hs_err_pid8398.log | |
# | |
# If you would like to submit a bug report, please visit: | |
# http://bugreport.java.com/bugreport/crash.jsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment