-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: wayland/gnome crash, after fullscreen or zoom video, then quit, mpv, 6.1.0-13-amd64, both intel free and non-free drivers #1743
Comments
step 5: ran export LIBVA_TRACE=/tmp/libva_trace.log then mpv test.mp4, reproduced the desktop hang/logout, but no /tmp/libva_trace.log file can be found... step 6: see dmesg.log attached in case useful: |
no libva log found, it looks no driver was called? please pay attention , the file name will be changed by adding process and thread ID. |
On 11/26/23, Zhang, Xinfeng ***@***.***> wrote:
> step 5: ran export LIBVA_TRACE=/tmp/libva_trace.log then mpv test.mp4,
> reproduced the desktop hang/logout, but no /tmp/libva_trace.log file can
> be found...
no libva log found, it looks no driver was called? please pay attention ,
the file name will be changed by adding process and thread ID.
no libva log at all. I ran this as root:
find /tmp/ | grep libva
and nothing. This is what I run as user:
export LIBVA_TRACE=/tmp/libva_trace.log
mpv t.mp4
Tested again on free and non-free drivers. A bit harder to trigger
with just zoom on the free driver, zoom then full-screen, or vice
versa, followed by quit, seems to trigger this. Please let me know how
I can test...
|
is there libva log when you run vainfo? want to confirm that the libva log works |
is there libva log when you run vainfo? want to confirm
that the libva log works
yes:
export LIBVA_TRACE=/tmp/libva_trace.log
vainfo
find /tmp/|grep libva
gives:
/tmp/libva_trace.log.035629.thd-0x00005168
|
On Monday, November 27, 2023, Zenaan Harkness ***@***.***> wrote:
> is there libva log when you run vainfo? want to confirm
> that the libva log works
yes:
export LIBVA_TRACE=/tmp/libva_trace.log
vainfo
find /tmp/|grep libva
gives:
/tmp/libva_trace.log.035629.thd-0x00005168
BTW, this is basically a fresh Debian stable install on my laptop. If
there's something else I can test, or something else I should file a bug
against, please let me know.
mpv perhaps?
|
May i know if you still experience such crash? |
Auto Created VSMGWL-73222 for further analysis. |
Are there any kernel warnings in If not, I do not see how it could be media-driver bug, as desktop itself should not be using media-driver. This sounds more like bug between |
Yes it still happens.
This sounds more like bug between mpv and Gnome desktop... Does mpv
trigger the same issue *without* intel media driver?
Not sure how to test that.
mpv-player/mpv#13062
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057119
https://github.com/mpv-player/mpv/issues/11342Message ID:
***@***.***>
… |
I've never used MPV, but cannot you tell it to use only CPU? If not, you could e.g. try just removing Intel media driver...
Please answer this too. If there are no errors in kernel log (which would indicate it being Intel kernel or user-space driver issue), then you need to check your desktop logs. Typically you find those from your Desktop session manager logs, e.g. under Some warnings you could see also with |
Which component impacted?
Decode
Is it regression? Good in old configuration?
None
What happened?
1.b) "l"oop so mpv does not quit too soon
zoom ("Ctrl +"), or "f"ullscreen (this step is necessary)
"q"uit
and then my Debian 12 bookworm (Jan 2023/ stable) Gnome desktop, Wayland, quits/logs out.
Linux zen-L7 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29)
I can reliably reproduce this bug with either of the intel-media-va-driver-non-free and intel-media-va-driver drivers. Possibly easier to reproduce with the non-free driver, but can consistently and quickly reproduce on either.
Tested and reproduced the bug with .webm , .mp4 and .gif file.
This is on a laptop, no gpu.
grep model /proc/cpuinfo :
Intel(R) Core(TM) i7-10810U CPU
Able to test.
What's the usage scenario when you are seeing the problem?
Playback
What impacted?
desktop crashes/ logs out.
Debug Information
tested both intel-media-va-driver-non-free and intel-media-va-driver, bug shows in both
$ ls -l /dev/dri
------->> 20231126@10:00:28 <<-------
total 0
drwxr-xr-x 2 root root 80 Nov 26 09:13 by-path
crw-rw----+ 1 root video 226, 0 Nov 26 09:13 card0
crw-rw----+ 1 root render 226, 128 Nov 26 09:13 renderD128
$ lspci -nn |grep -Ei 'VGA|DISPLAY'
------->> 20231126@10:01:05 <<-------
00:02.0 VGA compatible controller [0300]: Intel Corporation Comet Lake UHD Graphics [8086:9bca] (rev 04)
vainfo.log
steps 5 and 6 coming - will "submit" this in case desktop hangs, which is likely
Do you want to contribute a patch to fix the issue?
None
The text was updated successfully, but these errors were encountered: