From owner-freebsd-x11@freebsd.org Mon Jul 3 05:02:31 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A0AD9DDF4A for ; Mon, 3 Jul 2017 05:02:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 429098207D for ; Mon, 3 Jul 2017 05:02:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 41C4D9DDF49; Mon, 3 Jul 2017 05:02:31 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 415A29DDF48 for ; Mon, 3 Jul 2017 05:02:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FDF38207C for ; Mon, 3 Jul 2017 05:02:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6352Vsi054427 for ; Mon, 3 Jul 2017 05:02:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 220444] x11-servers/xorg-server crashes on attempt to play a video using VDPAU Date: Mon, 03 Jul 2017 05:02:30 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 05:02:31 -0000 Mikhail Teterin has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 220444: x11-servers/xorg-server crashes on attempt to play a video using VDPAU https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220444 --- Description --- After replacing graphics/dri with graphics/mesa-dri and upgrading everything else on the system, I tried to play a video using mplayer and the "vdpau" m= ode: % mplayer -vo vdpau .... To my surprise, the entire Xorg-process crashed: Core was generated by `/opt/bin/X -listen tcp :0 -auth /var/db/xdm/authdir/authfiles/A:0-xxxxx'. Program terminated with signal SIGABRT, Aborted. #0 0x00000008026b7a6a in thr_kill () from /lib/libc.so.7 [Current thread is 1 (LWP 100800)] (gdb) where #0 0x00000008026b7a6a in thr_kill () from /lib/libc.so.7 #1 0x00000008026b79a6 in raise () from /lib/libc.so.7 #2 0x00000008026b6149 in abort () from /lib/libc.so.7 #3 0x000000000059f35e in OsAbort () #4 0x000000000047cccb in ddxGiveUp () #5 0x00000000005a6022 in ?? () #6 0x00000000005a4ae8 in FatalError () #7 0x000000000059d0b7 in ?? () #8 0x0000000802367a26 in ?? () from /lib/libthr.so.3 #9 0x000000080236711c in ?? () from /lib/libthr.so.3 #10 #11 0x0000000000000000 in ?? () #12 0x0000000806f87c37 in ?? () from /opt/lib/libgbm.so.1 #13 0x0000000806d59f0b in glamor_back_pixmap_from_fd () from /opt/lib/xorg/modules/libglamoregl.so #14 0x0000000806d59fb7 in glamor_pixmap_from_fd () from /opt/lib/xorg/modules/libglamoregl.so #15 0x00000008066fa3e0 in ?? () from /opt/lib/xorg/modules/drivers/radeon_drv.so #16 0x000000000056d50e in ?? () #17 0x000000000056cd4c in ?? () #18 0x00000000004304fd in ?? () #19 0x0000000000439e57 in ?? () #20 0x0000000000424f8f in _start () Please, advise. Thanks!