-
Notifications
You must be signed in to change notification settings - Fork 161
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
mediainfo and libmediainfo throwing segmentation fault on files #707
Comments
This may have been fixed with another update, please test latest development snapshots. |
I started creating Alpine docker images (normally use ubuntu) using the community packaged mediainfo. E.g.
Related, or different? |
@ptr727 I think it is related, so dev snapshot or wait for next release in few weeks. |
Thank you. |
We don't have Alpine binaries, you need to build from sources. |
Ok thx, I'll give it a try. |
Confirmed it works. |
I can also confirm that the segfault is gone (tried on openSUSE Tumbleweed). |
Looks like a similar problem is back with v23.07 on Alpine, segfault. |
@ptr727 no known issue if latest ZenLib is used. Does compiling e.g. from this dev snapshot fail too? |
I'll try it out, this crash is different, it segfaults on using just |
@JeromeMartinez Compiling from code works:
|
SegFault repro:
|
An update and closing out; installing mediainfo from Alpine Edge repo on Alpine 3.18 results in a segfault, looks like a C++ library mismatch of some kind, installing from latest-stable on 3.18 works, but is then out of date. A statically linked version on Alpine may have greater compatibility, and / or making sure that all binary interfaces remain library version compatible. |
Segfault is back in 23.07 on Alpine :( Update: |
mediainfo-23.03-1.el7.x86_64
libmediainfo-23.03-1.el7.x86_64
On 10.4.2023 I upgraded to the above versions and ever since when I would do a check on an mkv file it would throw segmentation fault.
mediainfo -full MyFile.mkv
Segmentation fault
Pulling that file down to my PC I can play just fine in VLC.
I had this installed via epel.
The fix for me was downloading the old RPM for both files.
libmediainfo-22.12-1.el7.x86_64.rpm
mediainfo-22.12.x86_64.CentOS_7.rpm
And installing those directly.
Anything you can think of?
The text was updated successfully, but these errors were encountered: