You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#0 0x00007fc98d85185b in vl_video_buffer_sampler_view_components () at /usr/lib64/dri-freeworld/radeonsi_drv_video.so
#1 0x00007fc98d8369fe in vl_compositor_set_buffer_layer () at /usr/lib64/dri-freeworld/radeonsi_drv_video.so
#2 0x00007fc98d239c83 in vlVaPostProcCompositor () at /usr/lib64/dri-freeworld/radeonsi_drv_video.so
#3 0x00007fc98d232bc9 in vlVaPutImage () at /usr/lib64/dri-freeworld/radeonsi_drv_video.so
#4 0x00007fc9d76a30de in vaPutImage (dpy=0x7fc99000d0c0, surface=3, image=4, src_x=0, src_y=0, src_width=2, src_height=2, dest_x=0, dest_y=0, dest_width=2, dest_height=2) at ../va/va.c:1893
#5 0x00007fc9d822851e in vaapi_unmap_frame () at /lib64/libavutil.so.59
#6 0x00007fc9d8224c6b in ff_hwframe_unmap () at /lib64/libavutil.so.59
#7 0x00007fc9d82115e5 in buffer_replace () at /lib64/libavutil.so.59
#8 0x00007fc9d821d26c in av_frame_unref () at /lib64/libavutil.so.59
#9 0x00007fc9d821d3d2 in av_frame_free () at /lib64/libavutil.so.59
#10 0x00007fc9d822de42 in vaapi_transfer_data_to.lto_priv () at /lib64/libavutil.so.59
#11 0x00007fc9d8224d8a in av_hwframe_transfer_data () at /lib64/libavutil.so.59
#12 0x000055a87e73f75e in mp_image_hw_upload (hw_img=0x7fc9902dd870, src=0x7fc9903111f0) at ../video/mp_image_pool.c:350
#13 mp_image_hw_upload (hw_img=0x7fc9902dd870, src=0x7fc9903111f0) at ../video/mp_image_pool.c:327
#14 mp_av_pool_image_hw_upload (hw_frames_ctx=<optimized out>, src=0x7fc9903111f0) at ../video/mp_image_pool.c:438
#15 0x000055a87e7c314e in try_format_upload (hw=hw@entry=0x7fc99000d590, pixfmt=<optimized out>) at ../video/out/hwdec/hwdec_vaapi.c:436
#16 0x000055a87e7c3bac in try_format_config (hw=0x7fc99000d590, hwconfig=0x7fc9902d7c40) at ../video/out/hwdec/hwdec_vaapi.c:504
#17 determine_working_formats (hw=0x7fc99000d590) at ../video/out/hwdec/hwdec_vaapi.c:572
#18 init (hw=0x7fc99000d590) at ../video/out/hwdec/hwdec_vaapi.c:177
#19 0x000055a87e740737 in ra_hwdec_load_driver (ra_ctx=<optimized out>, log=0x55a8b29517d0, global=<optimized out>, devs=0x7fc99000d4f0, drv=0x55a87e8e5c40 <ra_hwdec_vaapi>, is_auto=true) at ../video/out/gpu/hwdec.c:104
#20 load_add_hwdec (ctx=0x55a8b292b6f8, devs=0x7fc99000d4f0, drv=0x55a87e8e5c40 <ra_hwdec_vaapi>, is_auto=true) at ../video/out/gpu/hwdec.c:236
#21 load_add_hwdec (ctx=0x55a8b292b6f8, devs=0x7fc99000d4f0, drv=0x55a87e8e5c40 <ra_hwdec_vaapi>, is_auto=<optimized out>) at ../video/out/gpu/hwdec.c:226
#22 0x000055a87e743014 in load_hwdecs_all (ctx=<optimized out>, devs=<optimized out>) at ../video/out/gpu/hwdec.c:245
#23 load_hwdecs_all (ctx=0x55a8b292b6f8, devs=0x7fc99000d4f0) at ../video/out/gpu/hwdec.c:241
#24 ra_hwdec_ctx_init (ctx=0x55a8b292b6f8, devs=0x7fc99000d4f0, type=<optimized out>, load_all_by_default=<optimized out>) at ../video/out/gpu/hwdec.c:276
#25 0x000055a87e7a742f in preinit (vo=0x55a8b29db820) at ../video/out/vo_dmabuf_wayland.c:809
#26 0x000055a87e74f5bb in vo_thread (ptr=0x55a8b29db820) at ../video/out/vo.c:1090
#27 0x00007fc9d74cb168 in start_thread (arg=<optimized out>) at pthread_create.c:448
#28 0x00007fc9d754f14c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
arcivanov
changed the title
Segfault after Mesa 25.0.0 upgrade on F41 with vo=dmabuf_wayland
Segfault after Mesa 25.0.0 upgrade on F41 with vo=dmabuf-wayland
Mar 2, 2025
arcivanov
changed the title
Segfault after Mesa 25.0.0 upgrade on F41 with vo=dmabuf-wayland
Segfault after Mesa 25.0.0 upgrade on F41 with vo=dmabuf-waylandMar 2, 2025
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: