artclarke / humble-video

Humble Video: Demuxing, Decoding, Filtering, Encoding and Muxing of 100's of video and audio formats and Codecs from the JVM
GNU Affero General Public License v3.0
557 stars 115 forks source link

Crash in Docker Alpine #132

Closed trajano closed 5 years ago

trajano commented 5 years ago

I don't have a simple test driver to show this, but does humble-video work with Alpine images (JDK8 specifically)?

I don't get a stack trace per se. I get the following error mesage though, no stack trace given

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000000024a076, pid=1, tid=0x00007fedb58c0ae8
#
# JRE version: OpenJDK Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)
# Java VM: OpenJDK 64-Bit Server VM (25.191-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.10.0
# Distribution: Custom build (Thu Jan 10 09:44:25 UTC 2019)
# Problematic frame:
# C  0x000000000024a076
#
# 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:
# /usr/local/tomcat/hs_err_pid1.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
artclarke commented 5 years ago

I don't know... I cannot test all combinations of OSes and JDKs.

I build and test on Ubuntu 12.04 (to try to have the oldest version possible).

With a test driver and container, it's hard to diagnose further :(