From owner-cvs-src@FreeBSD.ORG Thu May 1 14:36:16 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 4BDCC1065681; Thu, 1 May 2008 14:36:16 +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 33B528FC18; Thu, 1 May 2008 14:36:16 +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 384DD1A4D84; Thu, 1 May 2008 07:36:15 -0700 (PDT) From: John Baldwin To: "Daniel O'Connor" Date: Thu, 1 May 2008 10:36:15 -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: <200805011036.16663.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: Thu, 01 May 2008 14:36:16 -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? :) Not sure. db_trap() calls 'cnunavailable()' and perhaps that isn't working correctly now? -- John Baldwin