[Bug 267606] x11-drivers/xf86-video-nv: Segmentation Fault post update from 1.20.14,1 to 21.1.4
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267606 --- Comment #10 from Gary Jennejohn <[email protected]> --- (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+=-g to the Makefile and then run the resulting 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 compiling Xorg. This will supposedly include /usr/ports/Mk/Features/debug.mk automatically, which would add the -g flag and block stripping the binary when it's installed (based on the comments in that file). This could be a simpler approach if it really works. But you should remove WITH_DEBUG later, I'd say. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.