VLC segmentation fault on Arch Linux.

*nix specific usage questions
jenia
New Cone
New Cone
Posts: 1
Joined: 20 Nov 2015 18:35

VLC segmentation fault on Arch Linux.

Postby jenia » 20 Nov 2015 18:55

Hello.

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)
The exact same thing happens when no file is given as input.

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
On the other hand, the .dat file is absent.

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
So I really don't understand waht is happening.
Did anyone else encouter or can help with this problem?

Thanks

Rémi Denis-Courmont
Developer
Developer
Posts: 15359
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC segmentation fault on Arch Linux.

Postby Rémi Denis-Courmont » 21 Nov 2015 13:13

Where exactly are the reportedly missing libraryes, libavc1394.so.0 and libvcdinfo.so.0 ?

This is probably not related to the crash. Crash at startup are usually caused either by corrupt installations, or bugs in underlying system libraries.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

bernd_b
Blank Cone
Blank Cone
Posts: 50
Joined: 12 Jul 2010 19:34

Re: VLC segmentation fault on Arch Linux.

Postby bernd_b » 30 Nov 2015 12:15

The arch package here with today's state of repository starts without any problems.

Cheogh
New Cone
New Cone
Posts: 1
Joined: 12 Dec 2015 06:41

Re: VLC segmentation fault on Arch Linux.

Postby Cheogh » 12 Dec 2015 06:45

I've always had problems when doing a fresh install of arch, and the solution has been to reinstall vlc w/ "sudo pacman -S vlc". Maybe this will help.

sc184
New Cone
New Cone
Posts: 1
Joined: 07 Mar 2016 11:50

Re: VLC segmentation fault on Alpine Linux.

Postby sc184 » 07 Mar 2016 18:07

Hello! All of test file playing exactly.

Code: Select all

alpine:~# aplay -D plughw:0,0 /usr/share/sounds/alsa/* Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Front_Left.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Front_Right.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Rear_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Rear_Left.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Rear_Right.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Side_Left.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono Playing WAVE '/usr/share/sounds/alsa/Side_Right.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
But segmentation fault occure when

Code: Select all

alpine:~# vlc -vvv --aout alsa --alsa-audio-device plughw:0,0 /usr/share/sounds/alsa/Rear_Left.wav VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42) [4cd306c0] core libvlc debug: VLC media player - 2.2.1 Terry Pratchett (Weatherwax) [4cd306c0] core libvlc debug: Copyright б╘ 1996-2015 the VideoLAN team [4cd306c0] core libvlc debug: revision 2.2.1-0-ga425c42 [4cd306c0] core libvlc debug: configured with ./configure '--build=i586-alpine-linux-musl' '--host=i586-alpine-linux-musl' '--prefix=/usr' '--disable-mmx' '--disable-sse' '--disable-nls' '--disable-optimizations' '--disable-rpath' '--enable-a52' '--enable-avcodec' '--enable-avformat' '--enable-bluray' '--enable-dbus' '--enable-dc1394' '--enable-dvbpsi' '--enable-dvdread' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-httpd' '--enable-libcddb' '--enable-libva' '--enable-live555' '--enable-merge-ffmpeg' '--enable-ncurses' '--enable-realrtsp' '--enable-sdl' '--enable-shout' '--enable-skins2' '--enable-speex' '--enable-sout' '--enable-taglib' '--enable-theora' '--enable-v4l2' '--enable-vdpau' '--enable-vlm' '--enable-vorbis' '--enable-wma-fixed' '--enable-x264' '--enable-xvideo' 'build_alias=i586-alpine-linux-musl' 'host_alias=i586-alpine-linux-musl' 'CC=gcc' 'CFLAGS=-Os -fomit-frame-pointer -D_GNU_SOURCE' 'LDFLAGS=-Wl,--as-needed' 'CPPFLAGS=-Os -fomit-frame-pointer' 'CXXFLAGS=-Os -fomit-frame-pointer -fpermissive' 'LUAC=luac5.2' [4cd306c0] core libvlc debug: searching plug-in modules [4cd306c0] core libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [4cd306c0] core libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [4cd306c0] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libhwdummy_plugin.so' (Error relocating /usr/lib/vlc/plugins/codec/libhwdummy_plugin.so: av_vdpau_alloc_context: symbol not found) [4cd306c0] core libvlc warning: cannot load module `/usr/lib/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so' (Error relocating /usr/lib/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so: av_vdpau_alloc_context: symbol not found) [4cd306c0] core libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [4cd306c0] core libvlc debug: plug-ins loaded: 403 modules [4cd306c0] core libvlc debug: opening config file (/root/.config/vlc/vlcrc) [4cd306c0] core libvlc debug: translation test: code is "C" [4cd306c0] core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 FPU [1870e020] core playlist debug: creating audio output [18713aa0] core audio output debug: looking for audio output module matching "alsa": 4 candidates [18713aa0] alsa audio output debug: Available ALSA PCM devices: [18713aa0] alsa audio output debug: Discard all samples (playback) or generate zero samples (capture) (null) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog Default Audio Device (default:CARD=VT82xx) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog Default Audio Device (sysdefault:CARD=VT82xx) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog Front speakers (front:CARD=VT82xx,DEV=0) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog 2.1 Surround output to Front and Subwoofer speakers (surround21:CARD=VT82xx,DEV=0) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog 4.0 Surround output to Front and Rear speakers (surround40:CARD=VT82xx,DEV=0) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog 4.1 Surround output to Front, Rear and Subwoofer speakers (surround41:CARD=VT82xx,DEV=0) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog 5.0 Surround output to Front, Center and Rear speakers (surround50:CARD=VT82xx,DEV=0) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers (surround51:CARD=VT82xx,DEV=0) [18713aa0] alsa audio output debug: HDA VIA VT82xx, ALC267 Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers (surround71:CARD=VT82xx,DEV=0) [18713aa0] core audio output debug: using audio output module "alsa" [1870e020] core playlist debug: keeping audio output Segmentation fault

All of libraries on place

Code: Select all

alpine:~# ls -al /usr/lib/vlc/plugins/codec/libhwdummy_plugin.so -rwxr-xr-x 1 root root 5272 Dec 9 17:32 /usr/lib/vlc/plugins/codec/libhwdummy_plugin.so alpine:~# ls -al /usr/lib/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so -rwxr-xr-x 1 root root 13464 Dec 9 17:32 /usr/lib/vlc/plugins/vdpau/libvdpau_avcodec_plugin.so


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 10 guests