Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2022 16:36:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 267606] x11-drivers/xf86-video-nv: Segmentation Fault post update from 1.20.14,1 to 21.1.4
Message-ID:  <bug-267606-7141-T77xJIP4QA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267606-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267606-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=3D267606

--- Comment #10 from Gary Jennejohn <gljennjohn@gmail.com> ---
(In reply to Sergiy from comment #9)
I hate to say this, but you'll probably have to compile
/usr/ports/x11-servers/xorg-server yourself to get debug symbols.

You could temporarily add CFLAGS+=3D-g to the Makefile and then run the res=
ulting
Xorg directly from the work directory *without* trying to install it, since
that will just result in stripping out all the symbols.

Another option would be to add WITH_DEBUG into make.conf before newly compi=
ling
Xorg.  This will supposedly include /usr/ports/Mk/Features/debug.mk
automatically, which would add the -g flag and block stripping the binary w=
hen
it's installed (based on the comments in that file).  This could be a simpl=
er
approach if it really works.  But you should remove WITH_DEBUG later, I'd s=
ay.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-267606-7141-T77xJIP4QA>