Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Nov 2020 22:22:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 250933] AMD Radeon, FreeBSD 12.2, startx fails: Caught signal 6 (Abort trap). Server aborting
Message-ID:  <bug-250933-7141-tmvmWv6x8d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250933-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250933-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=3D250933

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich@FreeBSD.org

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #0)
> (II) AMDGPU(0): Setting screen physical size to 1016 x 571

Can you try modesetting DDX driver (it's part of xorg-server package)? Set
Driver to "modesetting" in xorg.conf or deinstall xf86-video-amdgpu and rem=
ove
xorg.conf.

> (EE) 0: /usr/local/bin/Xorg (?+0x0) [0x41c400]
> (EE) unw_get_proc_name failed: no unwind info found [-10]
> (EE) 1: /lib/libthr.so.3 (?+0x0) [0x800928aa0]
> (EE) unw_get_proc_name failed: no unwind info found [-10]

Symbol addresses without exact binary and core dump are useless. Rebuild
xorg-server WITH_DEBUG=3D1 (unoptimized, debug symbols) or STRIP=3D"" (opti=
mized,
non-debug symbols) then re-upload Xorg.0.log.

> Any ideas what can be the next step to debug this ?

Try graphics/kmscube on console, mainly to check /dev/dri/* work fine. Howe=
ver,
OpenGL may fall back to software rendering. Also try vkcube-display from
devel/vulkan-tools.

If the issue is in the kernel driver running under truss(1) and raising
compat.linuxkpi.drm_debug may help determine which DRM ioctl fails and why.
However, connecting "why" to what introduced the regression may still be ha=
rd
without bisecting the kernel or at least $SYSDIR/compat/linuxkpi bits.

> Rolling back to 12.1 etc. would be a huge time sink 8-(

Even with bectl(8) or is this a new machine? Maybe try 13.0-CURRENT with
drm-current-kmod but keep userland and other ports as is.

--=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-250933-7141-tmvmWv6x8d>