NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xsrc/54246: closing retroarch crashes xorg



>Number:         54246
>Category:       xsrc
>Synopsis:       closing retroarch crashes xorg
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    xsrc-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 29 01:35:00 +0000 2019
>Originator:     coypu
>Release:        NetBSD 8.99.41
>Organization:
>Environment:
NetBSD plu 8.99.41 NetBSD 8.99.41 (GENERIC) #0: Thu May 23 18:48:19 IDT 2019  fly@plu:/home/fly/obj/sys/arch/amd64/compile/GENERIC amd64

>Description:
It's quite hard to get information about Xorg-related crashes, so asking for help.


>How-To-Repeat:
Build retroarch from pkgsrc-current with this change (working around this issue)

Run retroarch

Close retroarch

-> Xorg dies

Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/retroarch/options.mk,v
retrieving revision 1.11
diff -u -r1.11 options.mk
--- options.mk	19 May 2019 23:13:03 -0000	1.11
+++ options.mk	29 May 2019 01:30:57 -0000
@@ -16,10 +16,8 @@
 PKG_SUGGESTED_OPTIONS.Linux+=	alsa libdrm pulseaudio mbedtls udev
 PKG_SUGGESTED_OPTIONS.NetBSD+=	mbedtls
 
-.if ${OPSYS} != "NetBSD" || ${X11_TYPE} == "modular"
 # XXX figure out why the builtin x server crashes on exit
 PKG_SUGGESTED_OPTIONS+=		x11
-.endif
 
 PKG_OPTIONS_OPTIONAL_GROUPS+=	gl
 PKG_OPTIONS_GROUP.gl+=		opengl

>Fix:



Home | Main Index | Thread Index | Old Index