VLC is giving me a segmentation fault on Arch Linux.
Here is the backtrace:
Code: Select all
[jenia@localhost Desktop]$ vlc -vvv lec
lec2b.mp4 lec3a.mp4
[jenia@localhost Desktop]$ vlc -vvv lec2b.mp4
VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
[0000000001747178] core libvlc debug: VLC media player - 2.2.1 Terry Pratchett (Weatherwax)
[0000000001747178] core libvlc debug: Copyright �� 1996-2015 the VideoLAN team
[0000000001747178] core libvlc debug: revision 2.2.1-0-ga425c42
[0000000001747178] core libvlc debug: configured with ./configure '--prefix=/usr' '--sysconfdir=/etc' '--disable-rpath' '--enable-faad' '--enable-nls' '--enable-lirc' '--enable-ncurses' '--enable-realrtsp' '--enable-aa' '--enable-vcdx' '--enable-upnp' '--enable-opus' '--enable-sftp' 'LUAC=/usr/bin/luac' 'LUA_LIBS=-llua -lm' 'RCC=/usr/bin/rcc-qt4' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I/usr/include/samba-4.0' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2 -I/usr/include/samba-4.0' 'CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
[0000000001747178] core libvlc debug: searching plug-in modules
[0000000001747178] core libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
[0000000001747178] core libvlc warning: cannot read /usr/lib/vlc/plugins/plugins.dat: No such file or directory
[0000000001747178] core libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[0000000001747178] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libdv1394_plugin.so' (libavc1394.so.0: cannot open shared object file: No such file or directory)
[0000000001747178] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libvcdx_plugin.so' (libvcdinfo.so.0: cannot open shared object file: No such file or directory)
Segmentation fault (core dumped)
However, on the one hand I can find those libraries in the correct folder with no problems:
Code: Select all
[jenia@localhost Desktop]$ ls -l /usr/lib/vlc/plugins/access/libdv1394_plugin.so
-rwxr-xr-x 1 root root 14608 Nov 10 15:37 /usr/lib/vlc/plugins/access/libdv1394_plugin.so
[jenia@localhost Desktop]$
[jenia@localhost Desktop]$
[jenia@localhost Desktop]$ ls -l /usr/lib/vlc/plugins/access/libvcdx_plugin.so
-rwxr-xr-x 1 root root 47696 Nov 10 15:37 /usr/lib/vlc/plugins/access/libvcdx_plugin.so
Code: Select all
[jenia@localhost Desktop]$ ls -l /usr/lib/vlc/plugins/plugins.dat
ls: cannot access /usr/lib/vlc/plugins/plugins.dat: No such file or directory
Did anyone else encouter or can help with this problem?
Thanks