I have a recently installed version of Fedora 16 on my Laptop.
VLC ran fine, until I installed xorg-x11-drv-catalyst for my ATI Radeon graphics card to work with one of the Humble Indie Bundle games.
After installing that, playing any movie file in VLC (including OGG, such as: big_buck_bunny_720p_stereo.ogg ) crashed not only VLC but also X/Gnome, and I found myself logged out.
The output of VLC during such a crash is as follows:
Quote:
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x1e45120] main libvlc: Running vlc with the default interface. Use 'cvlc' to u
se vlc without interface.
Blocked: call to setlocale(6, "")
Blocked: call to setlocale(6, "")
(process:4759): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
TagLib: Vorbis::File::read() - Could not find the Vorbis comment header.
TagLib: Vorbis::File::read() - Could not find the Vorbis comment header.
xdg-screensaver: Window 0x01800067 does not exist
[0x7fa9300014b0] xcb_xv generic error: X server failure
vlc: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
|
I found a bug about a similar problem on Ubuntu:
VLC Crashes X when playing an FLV file
As described in that bug, changing the video output to X11 Video output (XCB) fixed the crashing problem, but I stil have some screen instability for a little while after closing VLC (flashing white areas).
So I have fixed it (the crashing at least) with a workaround. But there's a bug somewhere. Is it a VLC bug or a Gnome 3 bug? Or both or something else?