Pieter Viljoen
Pieter Viljoen
If I use the the [jjordan](https://jjjordan.github.io/dhcp119/) test encoder, and I use the hex `04 68 6F 6D 65 0C 69 6E 73 61 6E 65 67 65 6E 69 75...
I started creating Alpine docker images (normally use ubuntu) using the community packaged mediainfo. Last night I noticed that some files, e.g. VC1, WMV, cause a segmentation fault, while most...
Thank you. I did not see Alpine binaries for the releases, is there a runtime compatible version I can try out on Alpine, or could you consider building for Alpine...
Ok thx, I'll give it a try.
> If you have a compiler installed, it is just download e.g. [this file](https://mediaarea.net/download/snapshots/binary/mediainfo/20230415/MediaInfo_CLI_23.03.20230415_GNU_FromSource.tar.bz2) and launch the script at the root directory. Confirmed it works.
Looks like a similar problem is back with v23.07 on Alpine, [segfault](https://github.com/ptr727/PlexCleaner/actions/runs/5571296374/job/15085216142#step:6:856).
I'll try it out, this crash is different, it segfaults on using just `--version`.
@JeromeMartinez Compiling from code works: ``` docker run -it --rm --pull always --name Testing mcr.microsoft.com/dotnet/sdk:7.0-alpine /bin/sh apk update && apk add p7zip wget build-base wget -O MediaInfo_CLI_GNU_FromSource.tar.bz2 https://mediaarea.net/download/snapshots/binary/mediainfo/20230715/MediaInfo_CLI_23.07.20230715_GNU_FromSource.tar.bz2 7z x...
SegFault repro: ``` docker run -it --rm --pull always --name Testing mcr.microsoft.com/dotnet/sdk:7.0-alpine /bin/sh apk update apk add mediainfo --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ mediainfo --version Segmentation fault apk add gdb ldd /usr/bin/mediainfo /lib/ld-musl-x86_64.so.1 (0x7ffbb712c000)...
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...