Re: intel-media-va-driver segmentation fault in unstable

2022-03-24 Thread Jörg-Volker Peetz

Is already in Debian BTS: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007992

Regards,
Jörg.



Re: intel-media-va-driver segmentation fault in unstable

2022-03-23 Thread Miguel A. Vallejo
Karthik () wrote:
>
> Same here

I took a look at the syslog and found something:

Mar 23 13:21:51 kernel: [  347.474189] vlc[2625]: segfault at
30200 ip 7f75b88659ae sp 7f75 b8d23b00 error 4 in
libigdgmm.so.12.1.0[7f75b87fc000+78000]
Mar 23 13:21:51 kernel: [  347.474197] Code: ff 4c 8b 55 c8 31 c0 b9
40 00 00 00 4c 8b 45 b8 4c 89 fe 49 8d 92 b0 33 00 00 48 89 d7 f3 41
0f 6f 00 ba c4 06 00 00 f3 48 ab <49> 8b 06 49 8d 7a 44 41 c7 82 b8 35
00 00 0a 00 00 00 f3 41 0f 6f
Mar 23 13:23:11 kernel: [  427.398576] vainfo[2646]: segfault at
30200 ip 7fc7348059ae sp 7 ffd46cdc950 error 4 in
libigdgmm.so.12.1.0[7fc73479c000+78000]
Mar 23 13:23:11 kernel: [  427.398584] Code: ff 4c 8b 55 c8 31 c0 b9
40 00 00 00 4c 8b 45 b8 4c 89 fe 49 8d 92 b0 33 00 00 48 89 d7 f3 41
0f 6f 00 ba c4 06 00 00 f3 48 ab <49> 8b 06 49 8d 7a 44 41 c7 82 b8 35
00 00 0a 00 00 00 f3 41 0f 6f

So the culprit is libigdgmm. With this info and a quick search I found this:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007992

A downgrade of libigdgmm12 (both amd64 and i386) to a previous version
fixes it temporarily



Re: intel-media-va-driver segmentation fault in unstable

2022-03-23 Thread Karthik
On Wed, Mar 23, 2022, 5:54 PM Miguel A. Vallejo  wrote:

> Hello!
>
> Since the lass update last night in Sid / Unstable, I'm getting
> segmentation faults from some programs, like VLC:
>
Same here

>
> vlc video.mkv
> VLC media player 3.0.17.3 Vetinari (revision 3.0.13-8-g41878ff4f2)
> [55c0d2e29460] main libvlc: Running vlc with the default
> interface. Use 'cvlc' to use vlc without interface.
> [7f758c004380] gl gl: Initialized libplacebo v4.192.1 (API v192)
> libva info: VA-API version 1.14.0
> libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
> libva info: Found init function __vaDriverInit_1_14
> Segmentation fault


> Every program using libva drivers segfaults like vlc,mpv

Current solution is to disable hardware acceleration in them
>
> Even utilities like vainfo fails:
>
> vainfo
> libva info: VA-API version 1.14.0
> libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
> libva info: Found init function __vaDriverInit_1_14
> Segmentation fault
>
>
> Any ideas? Thanks in advance


>
> Chromium also disabled GPU Acceleration due to gpu process crash


> This can be confirmed by going into

chrome://gpu


> Im thinking something messed up with nvidia driver update in optimus
> systems

Are you using optimus system?


intel-media-va-driver segmentation fault in unstable

2022-03-23 Thread Miguel A. Vallejo
Hello!

Since the lass update last night in Sid / Unstable, I'm getting
segmentation faults from some programs, like VLC:

vlc video.mkv
VLC media player 3.0.17.3 Vetinari (revision 3.0.13-8-g41878ff4f2)
[55c0d2e29460] main libvlc: Running vlc with the default
interface. Use 'cvlc' to use vlc without interface.
[7f758c004380] gl gl: Initialized libplacebo v4.192.1 (API v192)
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_14
Segmentation fault


Even utilities like vainfo fails:

vainfo
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_14
Segmentation fault


Any ideas? Thanks in advance