Open adamretter opened 5 years ago
I created similar issue for this. For me it helped to reconfigure. Java API has different defaults.
I have the same problem. can you please let me know where to fix this?
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000013a8cabad, pid=58282, tid=38659
#
# JRE version: Java(TM) SE Runtime Environment (11.0.4+10) (build 11.0.4+10-LTS)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.4+10-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C [librocksdbjni5948292878350556323.jnilib+0x41fbad] ZSTD_decompress_usingDict+0x6d
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
I also faced a similar issue. Then I tried using setCompressionPerLevel
config to set compression at l0 and l1 to lz4 and rest all levels to std. That also fails with sigsegv.
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fad5f4c8532, pid=2501, tid=0x00007fad5ef22700
JRE version: OpenJDK Runtime Environment (8.0_141-b16) (build 1.8.0_141-b16)
Java VM: OpenJDK 64-Bit Server VM (25.141-b16 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [librocksdbjni2384593668707621085.so+0x5a5532] ZSTD_decompressBegin+0x2
On Ubuntu 18.04 x64 - in RocksJava after setting:
I am getting the following crash.
The backtrace:
I need to investigate...