Artix Linux Forum

Artix Linux => Package management => Topic started by: toxygen on 11 March 2018, 03:40:07

Title: VLC vlc 3.0.1-2 upgrade from [Extra] segfault
Post by: toxygen on 11 March 2018, 03:40:07
does anyone else get a segmentation fault when running the VLC upgrade (pacman -Syu or pacman -Sy vlc)
by building it manually it also fails in the same stage, at the last command in the PKGBUILD:
Code: [Select]
   install -Dm 644 "${srcdir}/update-vlc-plugin-cache.hook" -t "${pkgdir}/usr/share/libalpm/hooks"
it still installs the package (with the same segfault), but vlc then segfaults at launch

Plasma/KDE wasnt launching and it took me a while to realize it was the vlc upgrade since I was using the vlc phonon backend. Went back to 2.2.8 and everything's fine again

also VLC depends on systemd[-dummy] which is an annoyance
Title: Re: VLC vlc 3.0.1-2 upgrade from [Extra] segfault
Post by: CustomerServiceRobot on 11 March 2018, 21:43:55
I've been having segmentation faults when attempting to play videos while using the gtk2 style and having the libnotify plugin enabled. I'm not sure if this has any relation to the problem you're having. VLC went complete qt5 in the newest version, which could explain all these new issues. I can get VLC to launch fine without systemd-dummy, but that may be because I'm using a different desktop environment (XFCE).
Title: Re: VLC vlc 3.0.1-2 upgrade from [Extra] segfault
Post by: artoo on 12 March 2018, 15:05:23
My plasma and vlc runs just fine. vlc doesn't depend on systemd.

I suggest you delete the
Code: [Select]
~.config/vlc/vlc-qt-interface.conf

~.config/vlc/vlcrc

I think your crash is related to some interface setting or so.
Title: Re: VLC vlc 3.0.1-2 upgrade from [Extra] segfault
Post by: toxygen on 13 March 2018, 01:02:48
weird that i get segfault on pacman -Syu (when updating vlc) though