Page 1 of 1
Crashes after recent Fedora 40 Update
Posted: 08 May 2024, 23:17
by Theron
Filebot is crashing for me after selecting the database for matching.
Logs attached.
https://drive.google.com/file/d/14XflZu ... sp=sharing
Re: Crashes after recent Fedora 40 Update
Posted: 08 May 2024, 23:36
by rednoah
The log suggest that
libmediainfo is crashing the process:
Code: Select all
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fbb407cacdd, pid=6687, tid=6965
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.8+7 (17.0.8+7) (build 17.0.8+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8+7 (17.0.8+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [libc.so.6+0x16bcdd] __strlen_avx2+0x1d
Code: Select all
C [libc.so.6+0x16bcdd] __strlen_avx2+0x1d
C [libmediainfo.so.0.2404.0+0x6b3c35]
C [libmediainfo.so.0.2404.0+0x252073] MediaInfoLib::File_Ac3::Streams_Fill()+0x2ce3
C [libmediainfo.so.0.2404.0+0x17502f] MediaInfoLib::File__Analyze::Fill(char const*)+0x9f
C [libmediainfo.so.0.2404.0+0x4625d5] MediaInfoLib::File_Mk::Streams_Finish()+0x755
C [libmediainfo.so.0.2404.0+0x17527a] MediaInfoLib::File__Analyze::ForceFinish(char const*)+0xea
C [libmediainfo.so.0.2404.0+0x16e99a] MediaInfoLib::File__Analyze::Open_Buffer_Finalize(bool)+0x13a
C [libmediainfo.so.0.2404.0+0x2214a4] MediaInfoLib::MediaInfo_Internal::Open_Buffer_Finalize()+0x44
C [libmediainfo.so.0.2404.0+0x69d2fd] MediaInfo_Open_Buffer_Finalize+0x7d
C [libjnidispatch.so+0x16052]

How did you install
mediainfo?

Have you tried upgrading
mediainfo to the latest version?
Re: Crashes after recent Fedora 40 Update
Posted: 09 May 2024, 00:22
by Theron
Package mediainfo-24.04-1.fc40.x86_64 is already installed.
I installed it following the Fedora RPM guide on Fedora 39.
It appears to be the latest version for 40.
Re: Crashes after recent Fedora 40 Update
Posted: 09 May 2024, 00:51
by rednoah
mediainfo-24.04-1.fc40.x86_64 is evidently broken. You may report the issue to the maintainer / developer with the stack trace above that narrows down the specific
libmediainfo function that crashes the process. The issue may also be specific to some file. Trying with a variety of files to confirm if / when the crash occurs may help the MediaInfo developers find and fix the issue.

In the meanwhile, uninstalling
libmediainfo will make
filebot not crash. Alternatively, you can try an older version of
libmediainfo that is known to work.
Re: Crashes after recent Fedora 40 Update
Posted: 09 May 2024, 00:56
by Theron
Thanks for the quick replies. Exemplary CS once again. I'll get it fixed when I get home.