JVM Crash: scavenge_contents_parallel

Viewed 414

I have a JVM with 1.8TB of heap space. Starting from last night, it crashes every couple of hours on:

[GC (GCLocker Initiated GC)

A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fd88e4f7233, pid=186953, tid=0x00007e14ea7b2700
JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64)

Problematic frame:

V [libjvm.so+0x3ff233]
CardTableExtension::scavenge_contents_parallel(ObjectStartArray*, MutableSpace*, HeapWord*, PSPromotionManager*, unsigned int, unsigned int)+0xbf3

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: See file here

Anyone encountered that and knows what's causing it?

0 Answers
Related