Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.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
如何在我的Java-MacOSX中启用核心转储_Java_Macos_Core_Dump - Fatal编程技术网

如何在我的Java-MacOSX中启用核心转储

如何在我的Java-MacOSX中启用核心转储,java,macos,core,dump,Java,Macos,Core,Dump,老实说,我是新使用Mac OS X El Capitan的,我尝试创建一些Java程序并使用eclipse Neon运行它。但我有一个错误: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fff9c23616f, pid=810, tid=0x0000000000000a0b # # JRE version: Java(TM) SE Runt

老实说,我是新使用Mac OS X El Capitan的,我尝试创建一些Java程序并使用eclipse Neon运行它。但我有一个错误:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fff9c23616f, pid=810, tid=0x0000000000000a0b
#
# JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libobjc.A.dylib+0x916f]  objc_release+0x1f
#
# 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/febryfairuz/Documents/workspace/FaceDetection/hs_err_pid810.log
pause dipencet
#
# 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.
#
但是当我试着在Wondows中运行它时,程序是好的。 我试着按照这个指示:

  • 我尝试在终端中输入ulimit-c unlimited,但程序仍然得到相同的错误。有人能帮我修一下吗? 谢谢