MediaInfo icon indicating copy to clipboard operation
MediaInfo copied to clipboard

mediainfo crashes while inspecting a tv series episode.

Open rezad1393 opened this issue 1 year ago • 6 comments

I was trying to check a movie with mediainfo. it crashes with that tv series episodes. with all of them.

it happens with both laptop x64 and armv7.

on armv7 it says: [1] 17768 segmentation fault (core dumped) mediainfo ./S01E01.mkv

on laptop:

mediainfo ./S01E01.mkv
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
[1]    541719 IOT instruction (core dumped)  mediainfo ./S01E01.mkv

I used mkvtoolnix and removed all subtitles and audios and so that if video only gives that error and it does.

rezad1393 avatar May 06 '23 11:05 rezad1393

Fedora 38? Upgrade to latest version (the important package is libmediainfo, but we don't have a armv7 build so if it is fine on your x64 you'll have to use the Fedora testing repo).

JeromeMartinez avatar May 06 '23 11:05 JeromeMartinez

Fedora 38? Upgrade to latest version (the important package is libmediainfo, but we don't have a armv7 build so if it is fine on your x64 you'll have to use the Fedora testing repo).

sorry I forgot to add needed info.

I have archlinux on both. MediaInfoLib - v23.04

P.S.: mediainfo from flatpak works@ MediaInfoLib - v23.03

rezad1393 avatar May 06 '23 11:05 rezad1393

what about this development package?

JeromeMartinez avatar May 06 '23 11:05 JeromeMartinez

what about this development package?

That seems to work. is that a regression that occures from - v23.04?

rezad1393 avatar May 06 '23 11:05 rezad1393

I can confirm this as well. Both archlinux packages (mediainfo and mediainfo-git) produce std::bad_alloc. The development package you linked to however does work.

FallingSnow avatar May 19 '23 05:05 FallingSnow

@FallingSnow the issue is in libzen-dev, so this one need to be updated before compiling libmediainfo.

JeromeMartinez avatar May 19 '23 06:05 JeromeMartinez