7-Zip-JBinding Crash

All your suggestions, requests and ideas for future development
Post Reply
cowmix
Power User
Posts: 30
Joined: 09 Jan 2015, 11:03

7-Zip-JBinding Crash

Post 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?
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 7-Zip-JBinding Crash

Post 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
:idea: Please read the FAQ and How to Request Help.
cowmix
Power User
Posts: 30
Joined: 09 Jan 2015, 11:03

Re: 7-Zip-JBinding Crash

Post 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.
Post Reply