-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[intel-media-driver] SIGSEGV when seeking in certain videos on Arrow Lake S (ARL-S) iGPU #15353
Comments
This likely affects the Meteor Lake (MTL) platform as well, since Arrow Lake S CPUs use the same generation of iGPU as Meteor Lake (MTL) CPUs. |
I think reporting it to them would be more appropriate, mpv can't really fix a null pointer deref on |
This is already mentioned in the description. 😅 I only opened this a week after opening intel/media-driver#1879 and getting no response. |
Can you reproduce the issue with There's nothing mpv can do to workaround this, just don't use hwdec. |
The crash can only be triggered by seeking back and forth multiple times during playback. Not sure how to do that with this.
Well, this crash is actually rare enough that I can get away with hwdec almost all the time. 😆 |
mpv Information
Other Information
Reproduction Steps
I'm re-posting upstream bug intel/media-driver#1879 here for tracking, and just in case it can be worked around in mpv.
After upgrading my CPU from i9-13900K (Raptor Lake S, RPL-S) to Ultra 9 285K (Arrow Lake S, ARL-S), mpv would randomly crash when I click the progress bar to seek in certain (not all) videos. From the backtrace you can see the crash is caused by the Intel media driver.
mpv config:
Expected Behavior
mpv does not crash.
Actual Behavior
Crash in
intel-media-driver
.Log File
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: