Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
带有leiningen的libjvm.dylib中的Java SIGSEV_Java_Macos_Clojure - Fatal编程技术网

带有leiningen的libjvm.dylib中的Java SIGSEV

带有leiningen的libjvm.dylib中的Java SIGSEV,java,macos,clojure,Java,Macos,Clojure,运行clojure的lein工具会在JRE中释放一个噩梦般的错误。奇怪的是我可以很好地运行clojure控制台(类似于java-classpath~/clojure-1.5.1/clojure-1.5.1.jar-clojure.main),所以它似乎是特定于leiningen的?重新安装了相同版本(正常工作),但存在相同问题 错误: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV

运行clojure的
lein
工具会在JRE中释放一个噩梦般的错误。奇怪的是我可以很好地运行clojure控制台(类似于
java-classpath~/clojure-1.5.1/clojure-1.5.1.jar-clojure.main
),所以它似乎是特定于leiningen的?重新安装了相同版本(正常工作),但存在相同问题

错误:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000010b39e740, pid=21632, tid=4875
#
# JRE version: 7.0_21-b12
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.dylib+0x44f740]
#
# 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:
# /programming/clojure/hermes/hs_err_pid21632.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
/usr/local/bin/lein: line 313: 21632 Abort trap: 6           "$LEIN_JAVA_CMD" -client "${BOOTCLASSPATH[@]}" $LEIN_JVM_OPTS -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd="$ORIGINAL_PWD" -Dleiningen.script="$SCRIPT" -classpath "$CLASSPATH" clojure.main -m leiningen.core.main "$@"
然后我们有数百行(我可以复制和粘贴日志中的任何内容,但不想在这里删除500行。)

关于我的机器(根据日志文件)


我建议在他们的问题跟踪器上创建一个问题:如果我在一天左右找不到答案,我肯定会这样做。只是想排除任何可以解决的问题,以防它与他们的项目无关。
---------------  S Y S T E M  ---------------

OS:Bsduname:Darwin 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
load average:0.63 0.55 0.53

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 8352252k(2088063k free)

/proc/meminfo:


vm_info: Java HotSpot(TM) 64-Bit Server VM (23.21-b01) for bsd-amd64 JRE (1.7.0_21-b12), built on Apr  7 2013 14:55:50 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

time: Sat May 11 00:44:48 2013
elapsed time: 0 seconds