Intenté instalar de nuevo Java EE SDK 7 Update 45 en OS X 10.9.1
Lo hice
export DISPLAY=:0
entonces
sudo ln -sf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin/java
y
export JAVA_HOME="$(/usr/libexec/java_home)"
seguido de
sh Downloads/java_ee_sdk-7-jdk7-macosx-x64.sh
Esto resulta en
Extracting the installer archive...
Extracting the installer runtime...
Extracting the installer resources...
Extracting the installer metadata...
Welcome to GlassFish installer
Using the user defined JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home
Entering setup...
SwixML 1.5 (#144)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000011eb05ab9, pid=844, tid=50439
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode bsd- amd64 compressed oops)
# Problematic frame:
# C 0x000000011eb05ab9
#
# 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:
# /var/folders/yj/fk34rncs79vcfyq_853334qr0000gn/T//hs_err_pid844.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/tmp/install.123113224830/install/bin/engine-wrapper: line 139: 844 Abort trap: 6 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} - Dinstall.engine=${theInstallEngine} -Dinstaller.resources.url=${MEDIALOC}/ -Ddefault.resources.url=file:${INSTALL_HOME}/lib/resources/ -classpath ${theCP} -Dsims.native-file-dir=${INSTALL_HOME}/lib org.openinstaller.core.EngineBootstrap ${INSTALLPROPS}
¿Qué podría causar este problema?