Date: Mon, 24 Jun 2019 23:52:24 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220444] x11-servers/xorg-server crashes on attempt to play a video using VDPAU Message-ID: <bug-220444-7141-q416TaAQaN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220444-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-220444-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220444 --- Comment #14 from Mikhail Teterin <mi@FreeBSD.org> --- Recompiling with debugging, I get the following details: (gdb) bt full #0 0x00000000 in ?? () No symbol table info available. #1 0x28f2748a in gbm_dri_bo_import (gbm=3D0x28c001c0, type=3D21763, buffer=3D0xffbfec20, usage=3D0) at backends/dri/gbm_dri.c:995 fd_data =3D 0xffbfec20 stride =3D 0 offset =3D 0 fourcc =3D 875713089 dri =3D 0x28c001c0 bo =3D 0x28f22980 <gbm_bo_import@got.plt> image =3D 0x28f24415 dri_use =3D 0 gbm_format =3D 686596608 ... The line is: image =3D dri->image->createImageFromFds(dri->screen, fd_data->width, fd_data->height, fourcc, &fd_data->fd, 1, &stride, &offset, NULL); and the createImageFromFds is NULL: (gdb) p dri->image->createImageFromFds $2 =3D (__DRIimage *(*)(__DRIscreen *, int, int, int, int *, int, int *, in= t *, void *)) 0x0 Seems like the same error as reported two years ago, except the old workaro= und (limiting DRI to 2) does not help... Please, advise. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220444-7141-q416TaAQaN>