From owner-cvs-src@FreeBSD.ORG Thu May 1 19:59:11 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 E2382106566B; Thu, 1 May 2008 19:59:11 +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 BD8918FC14; Thu, 1 May 2008 19:59:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 73B141A4D82; Thu, 1 May 2008 12:59:11 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m41Jwpwu025825; Thu, 1 May 2008 15:58:52 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Alexander Kabaev Date: Thu, 1 May 2008 15:59:00 -0400 User-Agent: KMail/1.9.7 References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200805011036.16663.jhb@freebsd.org> <20080501145315.4ec8170c@kan.dnsalias.net> In-Reply-To: <20080501145315.4ec8170c@kan.dnsalias.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200805011559.00415.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 01 May 2008 15:58:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7007/Thu May 1 11:34:23 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Daniel O'Connor , Brooks Davis , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@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 19:59:12 -0000 On Thursday 01 May 2008 02:53:15 pm Alexander Kabaev wrote: > On Thu, 1 May 2008 10:36:15 -0400 > John Baldwin wrote: > > > 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 > cnunavailable will not prevent DDB as long as you have any console that > DDB can interact with enabled. Firewire/serial consoles are considered > to be always available, if configured. Yeah, but my laptop only has vidconsole and it hangs during a panic in X unless I turn off 'debugger_on_panic'. -- John Baldwin