-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Segfault after Mesa 25.0.0 upgrade on F41 with vo=dmabuf-wayland
#15992
Labels
Comments
vo=dmabuf-wayland
This should work on master I believe. We're working on a new release soonish. |
Thanks, we'll wait for release then. |
temeraire-cx
pushed a commit
to chaotic-cx/mesa-mirror
that referenced
this issue
Mar 13, 2025
The order only matters for multi plane formats, but we still need to return valid value for single plane formats. Fixes crash reported here: mpv-player/mpv#15992 Cc: mesa-stable Reviewed-by: Ruijing Dong <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33938>
temeraire-cx
pushed a commit
to chaotic-cx/mesa-mirror
that referenced
this issue
Mar 14, 2025
The order only matters for multi plane formats, but we still need to return valid value for single plane formats. Fixes crash reported here: mpv-player/mpv#15992 Cc: mesa-stable Reviewed-by: Ruijing Dong <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33938> (cherry picked from commit 6f35d37)
temeraire-cx
pushed a commit
to chaotic-cx/mesa-mirror
that referenced
this issue
Mar 15, 2025
The order only matters for multi plane formats, but we still need to return valid value for single plane formats. Fixes crash reported here: mpv-player/mpv#15992 Cc: mesa-stable Reviewed-by: Ruijing Dong <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33938> (cherry picked from commit 6f35d37)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mpv Information
Other Information
Reproduction Steps
The config is as follows:
Opening any video causes segfault. Commenting out
vo=dmabuf-wayland
resolves the issue.Expected Behavior
No segfault
Actual Behavior
Segfault playing any video.
Log File
Segfault debug log:
output-failure.txt
Working debug log:
output-success.txt
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: