From owner-freebsd-x11@FreeBSD.ORG Fri Apr 3 08:23:03 2009 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63D07106564A; Fri, 3 Apr 2009 08:23:03 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id ED1F88FC15; Fri, 3 Apr 2009 08:23:02 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.10] (helo=0.mx.freenet.de) by mout2.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1Lpeg1-0002Va-5i; Fri, 03 Apr 2009 10:23:01 +0200 Received: from ta69f.t.pppool.de ([89.55.166.159]:44920 helo=ernst.jennejohn.org) by 0.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1Lpeg0-00015u-Hn; Fri, 03 Apr 2009 10:23:00 +0200 Date: Fri, 3 Apr 2009 10:22:59 +0200 From: Gary Jennejohn To: Robert Noland Message-ID: <20090403102259.192fe6f6@ernst.jennejohn.org> In-Reply-To: <1238733857.65025.2.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org Subject: Re: Xorg 7.4 crashes on exit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 08:23:03 -0000 On Thu, 02 Apr 2009 23:44:17 -0500 Robert Noland wrote: > On Thu, 2009-04-02 at 20:18 +0100, N.J. Mann wrote: > > In message <1238692086.20670.38.camel@balrog.2hip.net>, > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > On Thu, 2009-04-02 at 17:42 +0100, N.J. Mann wrote: > > [snip] > > > > I use startx. I do not seem to get any core files - I would have > > > > mentioned it earlier if I did. If you think it will help I will look > > > > into using gdm, which I do not currently have installed, or anything > > > > else you think may help. > > > > > > Ok, so I have a patch that makes Intel mostly not suck now. I haven't > > > really addressed the restart issue, but If your issue is occurring with > > > a clean STABLE, then it almost has to be vblank/irq related and that is > > > what I've been trying to fix. > > > > > > Setting Option "NoTrapSignals" "on" in your xorg.conf should cause it to > > > drop core, which may provide some confirmation of what is going on. > > > > Okay, still no core file as me, but as root I get the following: > > [snip trace and Robert's answer] Your Xorg is probably setuid root. You have to set kern.sugid_coredump to 1 in order to get a coredump: kern.sugid_coredump: Enable coredumping set user/group ID processes --- Gary Jennejohn