From owner-freebsd-current@FreeBSD.ORG Tue Jun 3 03:29:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2031037B401 for ; Tue, 3 Jun 2003 03:29:52 -0700 (PDT) Received: from mbox2.netikka.net (mbox2.netikka.net [213.250.81.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3376A43FA3 for ; Tue, 3 Jun 2003 03:29:51 -0700 (PDT) (envelope-from markus.niemisto@gmx.net) Received: from ogorod.dielocalwarez.com (fg38.netikka.fi [81.209.122.38]) by mbox2.netikka.net (Postfix) with ESMTP id 3C0BC35C0B6 for ; Tue, 3 Jun 2003 13:29:47 +0300 (EEST) Received: from ogorod.dielocalwarez.com (localhost [127.0.0.1]) h53AT2WK001131 for ; Tue, 3 Jun 2003 13:29:04 +0300 (EEST) (envelope-from markus.niemisto@gmx.net) Date: Tue, 3 Jun 2003 13:29:02 +0300 From: Markus =?ISO-8859-1?Q?Niemist=F6?= To: current@freebsd.org Message-Id: <20030603132902.1c69c863.markus.niemisto@gmx.net> Organization: -=Die LocalWarez=- X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-unknown-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: panic: initiate_write_inodeblock_ufs2: already started X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 Jun 2003 10:29:52 -0000 Hi My laptop paniced while it was (mostly) idle, running X server and X chat. I wasn't about when the panic happened so I don't know very much about it. I'll try to reproduce this panic. Any way here is a kgdb log from debug session and few most interesting lines from dmesg and uname: GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... panic: initiate_write_inodeblock_ufs2: already started panic messages: --- panic: initiate_write_inodeblock_ufs2: already started syncing disks, buffers remaining... 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 giving up on 366 buffers Uptime: 56m45s Dumping 80 MB ata0: resetting devices .. ata0-slave: timeout waiting for cmd=3Dec s=3D00 e=3D04 ata0-slave: ATA identify failed done 16 32 48 64 80 --- Reading symbols from /boot/kernel/if_ep.ko...done. Loaded symbols for /boot/kernel/if_ep.ko Reading symbols from /boot/kernel/snd_pcm.ko...done. Loaded symbols for /boot/kernel/snd_pcm.ko Reading symbols from /boot/kernel/snd_mss.ko...done. Loaded symbols for /boot/kernel/snd_mss.ko Reading symbols from /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/ipfw/ipfw .ko.debug...done. Loaded symbols for /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/ipfw/ipfw .ko.debug Reading symbols from /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/linux/lin ux.ko.debug...done. Loaded symbols for /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/linux/lin ux.ko.debug Reading symbols from /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/if_tap/if _tap.ko.debug...done. Loaded symbols for /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/if_tap/if _tap.ko.debug #0 0xc01896a0 in doadump () (kgdb) bt #0 0xc01896a0 in doadump () #1 0xc0189b80 in boot () #2 0xc0189df7 in panic () #3 0xc024cd33 in initiate_write_inodeblock_ufs2 () #4 0xc024bf9f in softdep_disk_io_initiation () #5 0xc015df16 in spec_xstrategy () #6 0xc015e1b1 in spec_specstrategy () #7 0xc015d483 in spec_vnoperate () #8 0xc01c0ff9 in bwrite () #9 0xc01c27d3 in vfs_bio_awrite () #10 0xc01c89c6 in vop_stdfsync () #11 0xc015de23 in spec_fsync () #12 0xc015d483 in spec_vnoperate () #13 0xc01cf8e5 in sched_sync () #14 0xc017a678 in fork_exit () (kgdb) quit # dmesg | grep ata GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... panic: initiate_write_inodeblock_ufs2: already started panic messages: --- panic: initiate_write_inodeblock_ufs2: already started syncing disks, buffers remaining... 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 1109 giving up on 366 buffers Uptime: 56m45s Dumping 80 MB ata0: resetting devices .. ata0-slave: timeout waiting for cmd=3Dec s=3D00 e=3D04 ata0-slave: ATA identify failed done 16 32 48 64 80 --- Reading symbols from /boot/kernel/if_ep.ko...done. Loaded symbols for /boot/kernel/if_ep.ko Reading symbols from /boot/kernel/snd_pcm.ko...done. Loaded symbols for /boot/kernel/snd_pcm.ko Reading symbols from /boot/kernel/snd_mss.ko...done. Loaded symbols for /boot/kernel/snd_mss.ko Reading symbols from /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/ipfw/ipfw .ko.debug...done. Loaded symbols for /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/ipfw/ipfw .ko.debug Reading symbols from /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/linux/lin ux.ko.debug...done. Loaded symbols for /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/linux/lin ux.ko.debug Reading symbols from /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/if_tap/if _tap.ko.debug...done. Loaded symbols for /usr/src/sys/i386/compile/-=3DDLW=3D-/modules/usr/src/sys/modules/if_tap/if _tap.ko.debug #0 0xc01896a0 in doadump () (kgdb) bt #0 0xc01896a0 in doadump () #1 0xc0189b80 in boot () #2 0xc0189df7 in panic () #3 0xc024cd33 in initiate_write_inodeblock_ufs2 () #4 0xc024bf9f in softdep_disk_io_initiation () #5 0xc015df16 in spec_xstrategy () #6 0xc015e1b1 in spec_specstrategy () #7 0xc015d483 in spec_vnoperate () #8 0xc01c0ff9 in bwrite () #9 0xc01c27d3 in vfs_bio_awrite () #10 0xc01c89c6 in vop_stdfsync () #11 0xc015de23 in spec_fsync () #12 0xc015d483 in spec_vnoperate () #13 0xc01cf8e5 in sched_sync () #14 0xc017a678 in fork_exit () (kgdb) quit # dmesg | grep ata ata0 at port 0x3f6,0x1f0-0x1f7 irq 14 on isa0 ata1 at port 0x376,0x170-0x177 irq 15 on isa0 ad0: 2937MB [5968/16/63] at ata0-master PIO4 # uname -a FreeBSD ogorod.dielocalwarez.com 5.1-CURRENT FreeBSD 5.1-CURRENT #38: Mon Jun 2 20:59:17 EEST 2003 =20 maku@ogorod.dielocalwarez.com:/usr/src/sys/i386/compile/-=3DDLW=3D- i386 Thanks, Markus Niemist=F6