Date: Fri, 25 Nov 2011 21:08:27 +0400 From: Gleb Smirnoff <glebius@FreeBSD.org> To: current@FreeBSD.org Subject: panic: handle_written_inodeblock: live inodedep Message-ID: <20111125170826.GB42969@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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 <return> to continue, or q <return> 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 <g_up_procbody>, 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111125170826.GB42969>