Page 1 of 1

Filebot Crashes Java (hs_err_pidxxx.log files in home dir)

Posted: 14 Dec 2016, 00:17
by clrung
Hello!

Since filebot v.4.7.2, executions of filebot crash java. filebot is set to run every 10 minutes in a cronjob, and it works most of the time.

Actually, when I ran filebot -script fn:sysinfo for this post, it crashed my JRE:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fe7b8dd0810, pid=15340, tid=0x00007fe79813e700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x969810]  NodeHash::hash_find_insert(Node*)+0x80
#
# 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:
# /tmp/hs_err_pid15340.log
#
# Compiler replay data is saved as:
# /tmp/replay_pid15340.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Aborted
The second execution provided the following output:

Code: Select all

Dec 13, 2016 7:07:25 PM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNING: The index for data file /home/clrung/.filebot/cache/0/github_stable_0.data is out of date, probably due to an unclean shutdown. Deleting index file /home/clrung/.filebot/cache/0/github_stable_0.index
FileBot 4.7.5 (r4600)
JNA Native: 4.0.1
MediaInfo: 0.7.67
7-Zip-JBinding: 9.20
Chromaprint: 1.1.0
Extended Attributes: OK
GVFS: OK
Script Bundle: 2016-11-26 (r465)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_111
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 1 GB Max Memory / 28 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /home/clrung/.filebot
uname: Linux server 3.13.0-105-generic #152-Ubuntu SMP Fri Dec 2 15:37:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
I have copied the output of an old crash to pastebin. Please find it here: http://pastebin.com/brvSfuy7.

The filebot command I use is:

Code: Select all

filebot -script fn:amc --output /media/drive1/Videos/TV --action move --conflict auto --filter age < 7 -non-strict /media/drive1/Transmission --def seriesFormat=/media/drive1/Videos/TV/{n}/{'Season '+s}/{s00e00} - {t} --def clean=y --log-file amc.log
Thank you for the help; I really appreciate it in advance!!

Re: Filebot Crashes Java (hs_err_pidxxx.log files in home dir)

Posted: 14 Dec 2016, 02:27
by rednoah
If you have trouble with the OpenJDK JVM then you can try the Oracle JDK instead and vice versa. You may want to report this issue to the package maintainer if you're using the OpenJDK package, or Oracle if you're using the Oracle JDK.

Re: Filebot Crashes Java (hs_err_pidxxx.log files in home dir)

Posted: 14 Dec 2016, 14:37
by clrung
Thank you for your reply! I'll investigate and try an alternative JDK.