Page 1 of 1

7-Zip-JBinding Crash

Posted: 06 Dec 2015, 21:17
by cowmix

Code: Select all

FATAL ERROR: Field 'sevenZipArchiveInStreamInstance' in the class 'net.sf.sevenzipjbinding.impl.InArchiveImpl' was not found
Crash jvm to get a stack trace
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f5060905c35, pid=10504, tid=139984254023424
#
# JRE version: OpenJDK Runtime Environment (8.0_65-b17) (build 1.8.0_65-b17)
# Java VM: OpenJDK 64-Bit Server VM (25.65-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [lib7-Zip-JBinding.so+0x87c35]  fatal(char const*, ...)+0xe5
On FileBot 4.6.1

I don't remember having this issue until upgrading Filebot maybe a newer or older version of 7-Zip-JBinding might help?

Re: 7-Zip-JBinding Crash

Posted: 06 Dec 2015, 22:22
by rednoah
1.
Yes, all the 7-Zip-JBinding java/native code has been updated.

2.

Code: Select all

FATAL ERROR: Field 'sevenZipArchiveInStreamInstance' in the class 'net.sf.sevenzipjbinding.impl.InArchiveImpl' was not found
Strange... Are you using a new FileBot with an old 7-Zip-JBinding by any chance?

3.
Maybe other people can help you with this issue:
https://github.com/borisbrodski/sevenzipjbinding/issues

Re: 7-Zip-JBinding Crash

Posted: 06 Dec 2015, 23:07
by cowmix
ya thanks it looks like I was on an older version of lib7-Zip-JBinding in my jvm, I copied over the new lib7-Zip-JBinding.so into my jvm lib directory and it works now.