From owner-freebsd-current@FreeBSD.ORG Fri Nov 25 17:08:28 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 E8A2C106566B for ; Fri, 25 Nov 2011 17:08:28 +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 71FA28FC0A for ; Fri, 25 Nov 2011 17:08:28 +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 pAPH8RKH043889 for ; Fri, 25 Nov 2011 21:08:27 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id pAPH8RkR043888 for current@FreeBSD.org; Fri, 25 Nov 2011 21:08:27 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 25 Nov 2011 21:08:27 +0400 From: Gleb Smirnoff To: current@FreeBSD.org Message-ID: <20111125170826.GB42969@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: 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: Fri, 25 Nov 2011 17:08:29 -0000 Hi! Running HEAD with KMS patches from kib@, a 15th November snapshot build from kms branch from ~kib/deviant2 repository. The panic message and backtrace look unrelated to KMS, so, I think my kernel can be considered a head from 15-th of November. Panic happened a couple of seconds after system finished booting up to login prompt. I didn't login yet, and X server hadn't been started. Backtrace from gdb: #9 0xffffffff8049f5d0 in panic (fmt=Variable "fmt" is not available. ) at /usr/home/glebius/src/deviant2/sys/kern/kern_shutdown.c:600 #10 0xffffffff806a3b19 in softdep_disk_write_complete (bp=0xffffff80eff76500) at /usr/home/glebius/src/deviant2/sys/ufs/ffs/ffs_softdep.c:11020 #11 0xffffffff8051d97c in bufdone_finish (bp=0xffffff80eff76500) at buf.h:418 ---Type to continue, or q to quit--- #12 0xffffffff8051dcb8 in bufdone (bp=0xffffff80eff76500) at /usr/home/glebius/src/deviant2/sys/kern/vfs_bio.c:3328 #13 0xffffffff8043ac96 in g_io_schedule_up (tp=Variable "tp" is not available. ) at /usr/home/glebius/src/deviant2/sys/geom/geom_io.c:679 #14 0xffffffff8043b21c in g_up_procbody (arg=Variable "arg" is not available. ) at /usr/home/glebius/src/deviant2/sys/geom/geom_kern.c:97 #15 0xffffffff80472d5f in fork_exit ( callout=0xffffffff8043b1c0 , arg=0x0, frame=0xffffff8000264c50) at /usr/home/glebius/src/deviant2/sys/kern/kern_fork.c:995 #16 0xffffffff806f1a9e in fork_trampoline () at /usr/home/glebius/src/deviant2/sys/amd64/amd64/exception.S:602 I'm running SUJ on all partitions. On the next boot after panic fsck failed to run w/o "-y" option. I can provide any additional information or share core file. -- Totus tuus, Glebius.