From owner-freebsd-current@FreeBSD.ORG Thu Jun 26 14:13:44 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A33D1065689 for ; Thu, 26 Jun 2008 14:13:44 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id BB9748FC0A for ; Thu, 26 Jun 2008 14:13:43 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender; b=ftz6geCfAZBgu3v6er6Y2orC6rEjzvCumZPkMFAs+UvDCY+Ppo+7cG+MilKFFvmAqDtZn/xueOvCkiyykp2xjkGQHvcQ5a4AtTAu5v0U6UJ1uwPVcdBrHH3BpgG0sTbSEQSLg1T8MPFwsRR4TYkc2quGEo625ahg9kGhXCukEhA=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1KBs0z-0004uG-Kx; Thu, 26 Jun 2008 17:59:57 +0400 Date: Thu, 26 Jun 2008 17:59:56 +0400 From: Eygene Ryabinkin To: "Bjoern A. Zeeb" Message-ID: <4K5+lNH1xm4QaKlQAizl2ATEu4I@w17qTvyS5I3zcalA0LVEglQwDKY> References: <91492.1214431446@critter.freebsd.dk> <20080626122202.O83875@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080626122202.O83875@maildrop.int.zabbadoz.net> Sender: rea-fbsd@codelabs.ru Cc: Poul-Henning Kamp , Pawel Jakub Dawidek , FreeBSD current mailing list Subject: Re: panic in geom (spindown + eil + journal) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2008 14:13:44 -0000 Bjoern, good day. Thu, Jun 26, 2008 at 12:26:42PM +0000, Bjoern A. Zeeb wrote: > I guess some pointer artimetic or anything went wrong here for some > reason. ad0 is a simple hdd with a few slices with different, mostly > FreeBSD, installations. ad8 has, as seen above, eli on the disk and > one standard gjournaled UFS on top of that. May be provider's geom data was trashed in some way. > Is there any information I could try to find out to find that bug. > I had done the same thing hundreds of times before, the only new thing > from yesterday on was the spindown on 2 of 3 disks. Any chances to compile debug kernel with KDB/DDB http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-online-ddb.html and when system will panic and debugger will be invoked, issue commands 'p *(bp->bio_offset)' and 'p *(cp->provider)' at the stack frame corresponding to the function g_io_request? -- Eygene