FS#27740 - [vlc] Crash on some file with GPU acceleration option

Attached to Project: Arch Linux
Opened by Artem A Klevtsov (unikum) - Tuesday, 27 December 2011, 21:14 GMT
Last edited by Giovanni Scafora (giovanni) - Wednesday, 11 January 2012, 17:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

When try play some files vlc crashed if enable GPU acceleration. Without this option all work fine.

Additional info:
* package version(s)
extra/vlc 1.1.13-1
extra/phonon-vlc 0.4.1-1
extra/libvdpau 0.4.1-2
extra/nvidia 290.10-1
extra/opencl-nvidia 290.10-1

Steps to reproduce:
Download test file (http://dl.dropbox.com/u/17076638/test.mkv)
$ vlc test.mkv

I created sample from file wich vlc not played with GPU accel,
   vlc.log (24.6 KiB)
   vlc1.log (0.7 KiB)
   vlc2.log (22.1 KiB)
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Wednesday, 11 January 2012, 17:06 GMT
Reason for closing:  Works for me
Comment by Artem A Klevtsov (unikum) - Tuesday, 27 December 2011, 21:18 GMT
$ vainfo
libva: VA-API version 0.32.0
Xlib: extension "XFree86-DRI" missing on display ":0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA-API version: 0.32 (libva 1.0.15)
vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.3
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG4Simple : VAEntrypointVLD
VAProfileMPEG4AdvancedSimple : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264High : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD

$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce 450 GTS] (rev a1)

Loading...