[Too many errors, abort]

`#

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f8f50f71aac, pid=1, tid=72

JRE version: OpenJDK Runtime Environment (10.0.2+13) (build 10.0.2+13)

Java VM: OpenJDK 64-Bit Server VM (10.0.2+13, mixed mode, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)

Problematic frame:

V [libjvm.so+0x4a3aac] Block::find_remove(Node const*)+0xc

Core dump will be written. Default location: /usr/share/elasticsearch/core.1

An error report file with more information is saved as:

logs/hs_err_pid1.log

[thread 89 also had an error]

[timeout occurred during error reporting in step ""] after 30 s.

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

[timeout occurred during error reporting in step ""] after 30 s.
[Too many errors, abort]

[Too many errors, abort]

[Too many errors, abort]

[Too many errors, abort]

[Too many errors, abort]

[Too many errors, abort]

[Too many errors, abort]

[Too many errors, abort]`

Hi @rmadoori,

This is a JVM crash. Is it spurious or you can trigger it on purpose? This is almost certainly
a bug in the JVM implementation but it's useful if you can share more info about how
it came about.

I am hitting this error quite frequently .
I am.running it in docker container on kubernetes

I have set this options
- env:
- name: ES_JAVA_OPTS
value: -XX:UseAVX=2 -XX:-AssumeMP

but this dint fix

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.