From owner-freebsd-current@FreeBSD.ORG Sat Nov 26 09:32:39 2011 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 D8F59106566C for ; Sat, 26 Nov 2011 09:32:39 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 60B2E8FC0C for ; Sat, 26 Nov 2011 09:32:39 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id pAQ9WcdI048464; Sat, 26 Nov 2011 13:32:38 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id pAQ9Wb0Z048462; Sat, 26 Nov 2011 13:32:37 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 26 Nov 2011 13:32:37 +0400 From: Gleb Smirnoff To: Kostik Belousov Message-ID: <20111126093237.GA44498@glebius.int.ru> References: <20111125170826.GB42969@FreeBSD.org> <20111126080525.GE50300@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20111126080525.GE50300@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@FreeBSD.org Subject: Re: panic: handle_written_inodeblock: live inodedep 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: Sat, 26 Nov 2011 09:32:39 -0000 On Sat, Nov 26, 2011 at 10:05:25AM +0200, Kostik Belousov wrote: K> > Running HEAD with KMS patches from kib@, a 15th November K> > snapshot build from kms branch from ~kib/deviant2 repository. K> > The panic message and backtrace look unrelated to KMS, so, K> > I think my kernel can be considered a head from 15-th of November. K> > K> > Panic happened a couple of seconds after system finished booting K> > up to login prompt. I didn't login yet, and X server hadn't been K> > started. K> > K> > Backtrace from gdb: K> > K> > #9 0xffffffff8049f5d0 in panic (fmt=Variable "fmt" is not available. K> > ) K> > at /usr/home/glebius/src/deviant2/sys/kern/kern_shutdown.c:600 K> > #10 0xffffffff806a3b19 in softdep_disk_write_complete (bp=0xffffff80eff76500) K> > at /usr/home/glebius/src/deviant2/sys/ufs/ffs/ffs_softdep.c:11020 K> > #11 0xffffffff8051d97c in bufdone_finish (bp=0xffffff80eff76500) at buf.h:418 K> > ---Type to continue, or q to quit--- K> > #12 0xffffffff8051dcb8 in bufdone (bp=0xffffff80eff76500) K> > at /usr/home/glebius/src/deviant2/sys/kern/vfs_bio.c:3328 K> > #13 0xffffffff8043ac96 in g_io_schedule_up (tp=Variable "tp" is not available. K> > ) K> > at /usr/home/glebius/src/deviant2/sys/geom/geom_io.c:679 K> > #14 0xffffffff8043b21c in g_up_procbody (arg=Variable "arg" is not available. K> > ) K> > at /usr/home/glebius/src/deviant2/sys/geom/geom_kern.c:97 K> > #15 0xffffffff80472d5f in fork_exit ( K> > callout=0xffffffff8043b1c0 , arg=0x0, K> > frame=0xffffff8000264c50) K> > at /usr/home/glebius/src/deviant2/sys/kern/kern_fork.c:995 K> > #16 0xffffffff806f1a9e in fork_trampoline () K> > at /usr/home/glebius/src/deviant2/sys/amd64/amd64/exception.S:602 K> > K> > I'm running SUJ on all partitions. On the next boot after panic fsck K> > failed to run w/o "-y" option. K> > I can provide any additional information or share core file. K> K> Did you have i/o errors before the panic ? There were no error messages on console. -- Totus tuus, Glebius.