Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A fatal error has been detected by the Java Runtime Environment #21

Closed
ghost opened this issue Jun 15, 2021 · 1 comment
Closed

A fatal error has been detected by the Java Runtime Environment #21

ghost opened this issue Jun 15, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 15, 2021

java -version
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
panako --version
Panako Acoustic Fingerprinting, by user
  Built on: June 14 2021
  Version: 2.0-20210614
uname -a
Linux box 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

I am trying to import a couple hundred mp3s into the database and after 70 or so I get this error. Then it keeps happening every 5 or so mp3s. The mp3 files are fine and not corrupt. My RAM is only 20% utilized and swap is 1% when importing. CPU hits 99-100% on all cores while importing but system doesn't freeze or seem to slow. I also tried Java 11, same crash. Any ideas?

panako store list.txt
78/822;Track91.mp3;00:03:11;15.96 s;11.99
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fdbfa9086a0, pid=17201, tid=0x00007fdbdda96700
#
# JRE version: OpenJDK Runtime Environment (8.0_292-b10) (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10)
# Java VM: OpenJDK 64-Bit Server VM (25.292-b10 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x7146a0]
#
# 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:
# /home/vghugyfjhf/Desktop/test/hs_err_pid17201.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
/usr/local/bin/panako: line 32: 17201 Aborted                 (core dumped) java $PANAKO_JVM_OPTS -Djava.util.logging.config.file=$LOG_CONFIGURATION -jar $PANAKO_JAR "$@" 2>> $PANAKO_STD_ERROR
@ghost
Copy link
Author

ghost commented Jun 16, 2021

Your latest commit fixed that crash.

@ghost ghost closed this as completed Jun 16, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants