Mattias Wadman
Mattias Wadman
Maybe also try with just librav1e. Could also compare how alpine does things https://git.alpinelinux.org/aports/tree/community/rav1e/APKBUILD?h=3.19-stable
> Thanks for the help! No problem! > I'll do some more testing tomorrow 👍 tip is to try minimize the dockerfile as much as possible first and then start...
> You can download the example file I used here: https://photos.app.goo.gl/WVZ7D6giYhYFmbs36 > > However I face the issue with multiple files, so I suppose it makes no difference. > >...
Hmm interesting, could it be that the VM lacks support for SSE instructions etc? but looking at the code https://github.com/xiph/rav1e/blob/e34e772e47b01169b6f75a4589c056624ea886a4/src/cpu_features/x86.rs#L20 it seems like i do runtime detection hmm. Maybe you...
Hey, did you get anywhere with this?
Ok! that is strange. If you have time it would be great to try to minimize down the Dockerfile. Maybe something like: remove everything except building rav1e and ffmpeg, very...
btw it might worth looking thru rav1e issues and see if something liks similar? things like: https://github.com/xiph/rav1e/issues?q=Ryzen https://github.com/xiph/rav1e/issues?q=illegal https://github.com/xiph/rav1e/issues?q=segfault
one suggestion in the issues is to try with `--no-default-features` so maybe try change `cargo cinstall --release` to `cargo cinstall --release --no-default-features`? not a fix but might give som clue
That is very interesting! could you try re-add librsvg and see if it start to crash again? that is my main suspect that statically linking two rust based libraries causes...
I tried to add a rav1e sanity test and the CI job segfauled in a similar way https://github.com/wader/static-ffmpeg/pull/490 🤔