From owner-cvs-src@FreeBSD.ORG Fri Apr 25 12:42:17 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4840A1065674; Fri, 25 Apr 2008 12:42:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1B26E8FC1B; Fri, 25 Apr 2008 12:42:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id C75FC1A4D86; Fri, 25 Apr 2008 05:42:16 -0700 (PDT) From: John Baldwin To: "Daniel O'Connor" Date: Fri, 25 Apr 2008 07:47:57 -0400 User-Agent: KMail/1.9.7 References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200804230907.24247.jhb@freebsd.org> <200804250914.47667.doconnor@gsoft.com.au> In-Reply-To: <200804250914.47667.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804250747.57472.jhb@freebsd.org> Cc: cvs-src@freebsd.org, Brooks Davis , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 12:42:17 -0000 On Thursday 24 April 2008 07:44:37 pm Daniel O'Connor wrote: > On Wed, 23 Apr 2008, John Baldwin wrote: > > As far as panics in X are concerned, that is a bug in the console > > driver that it doesn't just abort ddb already and write out a dump > > and reboot. I've been disabling ddb on panics via tunable as a > > workaround on my laptop to get crashdumps during panics in X. > > How hard would this be to fix properly? :) I'm not sure. I haven't figured out where it is hanging in DDB and it is not easy to determine. -- John Baldwin