Hi,
I am trying to run elasticsearch 2.1.2 on OpenJDK (1.7.0_79-b14) but it keeps crashing due to SIGSEGV , can anyone please suggest what could be done are their any know issue with these version of OpenJDK and elasticsearch. Content of hs_err_pid and VM arguments are.
hs_err_pid file
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f34fdecee0d, pid=22389, tid=139864896005888
JRE version: OpenJDK Runtime Environment (7.0_79-b14) (build 1.7.0_79-b14)
Java VM: OpenJDK 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops)
Derivative: IcedTea 2.5.6
Distribution: Ubuntu 14.04 LTS, package 7u79-2.5.6-0ubuntu1.14.04.1
Problematic frame:
V [libjvm.so+0x469e0d] Par_MarkFromRootsClosure::scan_oops_in_oop(HeapWord*)+0x19d
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
If you would like to submit a bug report, please include
instructions on how to reproduce the bug and visit:
http://icedtea.classpath.org/bugzilla
--------------- T H R E A D ---------------
Current thread (0x00007f34f80fe800): GCTaskThread [stack: 0x00007f34d5616000,0x00007f34d5717000] [id=22410]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x000000046ef20d10
Registers:
RAX=0x000000046ef20d00, RBX=0x00007f34d5715d10, RCX=0x0000000000000003, RDX=0x00007f34fe828420
RSP=0x00007f34d5715b60, RBP=0x00007f34d5715c20, RSI=0x00007f34f81023c0, RDI=0x000000046ef20d10
R8 =0x00000006a9cf4378, R9 =0x0000000000000002, R10=0x00000007f8a00078, R11=0x000000061f390000
R12=0x00007f34fe8445c3, R13=0x00007f34d5715b80, R14=0x00007f34fe800a90, R15=0x000000003b2e4a24
RIP=0x00007f34fdecee0d, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007f34d5715b60)
0x00007f34d5715b60: 01b2d06e00000299 00007f34fe367de6
0x00007f34d5715b70: 01b2d06f00000299 00007f34fe367de6
0x00007f34d5715b80: 00007f34fe800a90 00007f34fe367e00
0x00007f34d5715b90: 00007f34f8137aa0 00007f34f80fd950
Register to memory mapping:
RAX=0x000000046ef20d00 is an unknown value
RBX=0x00007f34d5715d10 is an unknown value
RCX=0x0000000000000003 is an unknown value
RDX=0x00007f34fe828420: <offset 0xdc3420> in /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so at 0x00007f34fda65000
RSP=0x00007f34d5715b60 is an unknown value
RBP=0x00007f34d5715c20 is an unknown value
RSI=0x00007f34f81023c0 is an unknown value
RDI=0x000000046ef20d10 is an unknown value
R8 =0x00000006a9cf4378 is an unknown value
R9 =0x0000000000000002 is an unknown value
R10=0x00000007f8a00078 is an oop
[B
- klass: {type array byte}
- length: 3
R11=0x000000061f390000 is an oop
[B - klass: {type array byte}
- length: 262168
R12=0x00007f34fe8445c3: <offset 0xddf5c3> in /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so at 0x00007f34fda65000
R13=0x00007f34d5715b80 is an unknown value
R14=0x00007f34fe800a90: <offset 0xd9ba90> in /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so at 0x00007f34fda65000
R15=0x000000003b2e4a24 is an unknown value
VM Arguments:
jvm_args: -Xms8g -Xmx8g -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInit
iatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -Djna.nosys=true -Des.path.home=/home/ubuntu/e
lasticsearch-2.1.2