Jump to content

emby-vainfo and emby-clinfo segfault due to LD_LIBRARY_PATH overriding system libraries


Recommended Posts

Posted

Fedora 43
emby-server 4.10.0.8

The wrapper scripts /opt/emby-server/bin/emby-vainfo and /opt/emby-server/bin/emby-clinfo crash because they set:

LD_LIBRARY_PATH=/opt/emby-server/lib:/opt/emby-server/extra/lib

Reproduction as emby user:

sudo -u emby env -i /opt/emby-server/extra/bin/vainfo
  -> works

sudo -u emby env -i LD_LIBRARY_PATH=/opt/emby-server/lib:/opt/emby-server/extra/lib /opt/emby-server/extra/bin/vainfo
  -> segmentation fault

sudo -u emby env -i /opt/emby-server/extra/bin/clinfo
  -> runs

sudo -u emby env -i LD_LIBRARY_PATH=/opt/emby-server/lib:/opt/emby-server/extra/lib /opt/emby-server/extra/bin/clinfo
  -> segmentation fault

This indicates the crash is caused by Emby’s bundled libraries forced by LD_LIBRARY_PATH, not by the system VA-API/OpenCL stack.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...