From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 24 12:26:09 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1085416A4CE for ; Tue, 24 Feb 2004 12:26:09 -0800 (PST) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id D022A43D31 for ; Tue, 24 Feb 2004 12:26:07 -0800 (PST) (envelope-from timon@memphis.mephi.ru) Received: from [192.168.0.3] (ppp8-181.pppoe.mtu-net.ru [81.195.8.181]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id i1OKPmxx047244; Tue, 24 Feb 2004 23:25:50 +0300 (MSK) (envelope-from timon@memphis.mephi.ru) From: Artem Ignatiev To: Joan Picanyol In-Reply-To: <20040224090105.GA34383@grummit.biaix.org> References: <20040224090105.GA34383@grummit.biaix.org> Content-Type: text/plain Message-Id: <1077654347.1751.2.camel@timon.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 24 Feb 2004 23:25:47 +0300 Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: XFree86 debugging X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 20:26:09 -0000 On Tue, 24.02.2004, at 12:01, Joan Picanyol wrote: > [resent from questions@, no luck there :(] > > Hi, > > I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200. > In the process, I've found that X gets SIGABRT after (somewhat) long > inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a > backtrace, but I can't find the coredump (even though I see 'core > dumped' in the console). > > Where did it go? try sysctl -w kern.sugid_coredump=1 && sysctl -w kern.corefile=/usr/tmp/%N.core So it will go to /usr/tmp even if X will do setgid (which it, probably, does)