* [gentoo-user] VLC stopped working: XML reader not found
@ 2020-03-22 1:25 Grant Edwards
2020-03-22 1:35 ` [gentoo-user] " Grant Edwards
0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 2020-03-22 1:25 UTC (permalink / raw
To: gentoo-user
VLC suddenly stopped working this week. Last week it worked fine, but
now I get this:
$ vlc
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
[000055814c41d3e0] main xml reader error: XML reader not found
[000055814c399580] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Segmentation fault
I re-emerged it, but no change. Why is VLC suddenly looking for an
XML reader and segfaulting when it doesn't find one?
A few days ago, I did plug in a second monitor and used xrandr to
configure a single display with two screens. Does that have something
to do with VLC suddenly blowing a gasket about XML?
--
Grant
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: VLC stopped working: XML reader not found
2020-03-22 1:25 [gentoo-user] VLC stopped working: XML reader not found Grant Edwards
@ 2020-03-22 1:35 ` Grant Edwards
2020-03-22 1:50 ` David Abbott
0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 2020-03-22 1:35 UTC (permalink / raw
To: gentoo-user
On 2020-03-22, Grant Edwards <grant.b.edwards@gmail.com> wrote:
> VLC suddenly stopped working this week. Last week it worked fine, but
> now I get this:
>
> $ vlc
> VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
> [000055814c41d3e0] main xml reader error: XML reader not found
> [000055814c399580] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
> Segmentation fault
>
> I re-emerged it, but no change. Why is VLC suddenly looking for an
> XML reader and segfaulting when it doesn't find one?
>
> A few days ago, I did plug in a second monitor and used xrandr to
> configure a single display with two screens. Does that have something
> to do with VLC suddenly blowing a gasket about XML?
It doesn't appear to be related. I switched back to my old single-monitor
configuration, and VLC still segfaults the same way.
--
Grant
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: VLC stopped working: XML reader not found
2020-03-22 1:35 ` [gentoo-user] " Grant Edwards
@ 2020-03-22 1:50 ` David Abbott
2020-03-22 2:26 ` Grant Edwards
0 siblings, 1 reply; 5+ messages in thread
From: David Abbott @ 2020-03-22 1:50 UTC (permalink / raw
To: PR Gentoo
On Sat, Mar 21, 2020 at 9:35 PM Grant Edwards <grant.b.edwards@gmail.com> wrote:
>
> On 2020-03-22, Grant Edwards <grant.b.edwards@gmail.com> wrote:
>
> > VLC suddenly stopped working this week. Last week it worked fine, but
> > now I get this:
> >
> > $ vlc
> > VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
> > [000055814c41d3e0] main xml reader error: XML reader not found
> > [000055814c399580] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
> > Segmentation fault
> >
> > I re-emerged it, but no change. Why is VLC suddenly looking for an
> > XML reader and segfaulting when it doesn't find one?
> >
> > A few days ago, I did plug in a second monitor and used xrandr to
> > configure a single display with two screens. Does that have something
> > to do with VLC suddenly blowing a gasket about XML?
>
> It doesn't appear to be related. I switched back to my old single-monitor
> configuration, and VLC still segfaults the same way.
>
> --
> Grant
>
>
Is the xml use flag enabled?
--
David Abbott (dabbott)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: VLC stopped working: XML reader not found
2020-03-22 1:50 ` David Abbott
@ 2020-03-22 2:26 ` Grant Edwards
2020-03-22 3:19 ` Grant Edwards
0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 2020-03-22 2:26 UTC (permalink / raw
To: gentoo-user
On 2020-03-22, David Abbott <dabbott@gentoo.org> wrote:
>>> VLC suddenly stopped working this week. Last week it worked fine, but
>>> now I get this:
>>>
>>> $ vlc
>>> VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
>>> [000055814c41d3e0] main xml reader error: XML reader not found
>>> [000055814c399580] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
>>> Segmentation fault
>>>
>>> I re-emerged it, but no change. Why is VLC suddenly looking for an
>>> XML reader and segfaulting when it doesn't find one?
[doesn't appear to be related to recent addition of second monitor]
> Is the xml use flag enabled?
No, it wasn't.
I rebuilt vlc with the xml flag enabled. No error message about XML
reader not found, but it still segfaults.
Now that I think about it, I can't swear that it didn't always
complain about not findig an XML reader. It didn't used to segfault
though. :)
Looking at the emerge logs, I see that a bunch of QT5 stuff got
upgraded two days ago. My current assumption is that the qt5 upgrade
is the culprit.
Sure enough, starting vlc with the ncurses interface works fine.
VLC without the xml use flag also works fine when run with the ncurses
interface -- the XML reader not found message is back again. I
suspect it's always been there, and I just never noticed until VLC
started segfaulting.
The only other Qt GUI app I have installed (AFAICT) is wireshark. It
worked fine a few days ago, and now it segfaults too.
... I installed qterminal as a quick test, and it segfaults also.
I guess I'll have to start rolling back Qt packages on Monday when I
need Wireshark to work again. :/
--
Grant
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: VLC stopped working: XML reader not found
2020-03-22 2:26 ` Grant Edwards
@ 2020-03-22 3:19 ` Grant Edwards
0 siblings, 0 replies; 5+ messages in thread
From: Grant Edwards @ 2020-03-22 3:19 UTC (permalink / raw
To: gentoo-user
On 2020-03-22, Grant Edwards <grant.b.edwards@gmail.com> wrote:
> The only other Qt GUI app I have installed (AFAICT) is wireshark. It
> worked fine a few days ago, and now it segfaults too.
>
> ... I installed qterminal as a quick test, and it segfaults also.
I checked another system that was also upgraded and VLC works fine
there. Back on the first system I tried emerge --dep-clean, and it
complained about the old 5.13 qt package versions being missing. So I
did
emerge --update --newuse --deep --with-bdeps=y @world
And all of the 5.14 qt package got emerged again. Now Qt apps work.
I don't know why they "emerge -auvND world" command that originally
did the upgrade didn't work right.
--
Grant
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-03-22 3:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-22 1:25 [gentoo-user] VLC stopped working: XML reader not found Grant Edwards
2020-03-22 1:35 ` [gentoo-user] " Grant Edwards
2020-03-22 1:50 ` David Abbott
2020-03-22 2:26 ` Grant Edwards
2020-03-22 3:19 ` Grant Edwards
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox