You are not logged in.
I am experiencing segmentation faults in "vlc" in versions >=1.1.7-2 . In every video file. "cvlc" is the same. "Segmentation fault" occurs when "vlc" starts to play. GUI without playing works. 1.1.5-2, 1.1.5-3 work. I've done "rm -R ~/.config/vlc". x86_64.
$ vlc "{{{skipped}}}.AVI"
VLC media player 1.1.7 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0xccb120] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
Warning: call to srand(1299325066)
Warning: call to rand()
Blocked: call to setlocale(6, "")(process:8501): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to srand(1299538032)
Blocked: call to setlocale(0, "en_US.UTF-8")
Blocked: call to setlocale(0, "en_US.utf-8")
Blocked: call to setlocale(0, "en_US.utf8")
Segmentation fault
xdg-screensaver: Window 0x02a0030f does not exist
$ cvlc "{{{skipped}}}.AVI"
VLC media player 1.1.7 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x7fb53c003170] dummy interface: using the dummy interface module...
Segmentation fault
xdg-screensaver: Window 0x02a00000 does not exist
Last edited by beroal (2011-03-09 02:46:24)
we are not condemned to write ugly code
Offline
What video card are you using?
Offline
Nvidia on-board. "mplayer", "totem" work.
$ pacman -Q | grep nvidia
lib32-nvidia-utils-beta 260.19.06-1
nvidia-beta-all 260.19.06-1
nvidia-utils-beta 260.19.06-1
we are not condemned to write ugly code
Offline
Thank you very much for your response! It gives my thoughts a new direction. Problem was actually in the old kernel because I use a kernel with RT-patch. I completely forgot about that.
we are not condemned to write ugly code
Offline
Or in the drivers…
$ pacman -Q | grep nvidia
lib32-nvidia-utils-beta 270.30-3
nvidia-beta-all 270.30-1
nvidia-utils-beta 270.30-3
we are not condemned to write ugly code
Offline
You're welcome
Offline