NetBSD-Bugs archive

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

re: xsrc/46138: netbsd-6 20120303 X11 issue (post expat move)



The following reply was made to PR xsrc/46138; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: martin%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost,
    Matthew Mondor <mm_lists%pulsar-zone.net@localhost>
Subject: re: xsrc/46138: netbsd-6 20120303 X11 issue (post expat move)
Date: Tue, 06 Mar 2012 09:08:02 +1100

 Xorg doesn't drop a core file by default.  you have to disable the
 signal catcher... put this in xorg.conf:
 
 Section "ServerFlags"
   Option "NoTrapSignals"  "true"
 EndSection
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index