FATAL ERROR: Error finding class 'net/sf/sevenzipjbinding/ExtractAskMode'
Crash jvm to get a stack trace
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fefc400b112, pid=26705, tid=0x00007fefc3ee5700
JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.191-b12 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [lib7-Zip-JBinding.so+0x125112] fatal(char const*, ...)+0xf2
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
//hs_err_pid26705.log
If you would like to submit a bug report, please visit:
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
<dependency>
<groupid>net.sf.sevenzipjbinding</groupid>
<artifactid>sevenzipjbinding</artifactid>
<version>16.02-2.01</version>
</dependency>
<dependency>
<groupid>net.sf.sevenzipjbinding</groupid>
<artifactid>sevenzipjbinding-all-platforms</artifactid>
<version>16.02-2.01</version>
</dependency>
** anybody has similar problem**
I am having the same issue on SLES 12.5 with java correto-8
https://github.com/corretto/corretto-8/issues/511
I upgraded from real old 7-zip JBinding version 4. Once I reverted, core dump no longer happening...