A fatal error has been detected by the Java Runtime Environment
[oracle@oel66401 Desktop]$ dbca
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000003bc6414d70, pid=3516, tid=139726239143696
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as:
# /home/oracle/Desktop/hs_err_pid3516.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
[oracle@oel66401 Desktop]$
Solution:
[oracle@oel66401 Desktop]$ export LD_BIND_NOW=1
[oracle@oel66401 Desktop]$ dbca
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000003bc6414d70, pid=3516, tid=139726239143696
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as:
# /home/oracle/Desktop/hs_err_pid3516.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
[oracle@oel66401 Desktop]$
Solution:
[oracle@oel66401 Desktop]$ export LD_BIND_NOW=1
[oracle@oel66401 Desktop]$ dbca
Comments
Post a Comment