From owner-freebsd-current@FreeBSD.ORG Tue Jun 28 20:37:04 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 D9B1F16A41C; Tue, 28 Jun 2005 20:37:04 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B36A43D5D; Tue, 28 Jun 2005 20:37:02 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 4B9EDAC995; Tue, 28 Jun 2005 22:37:00 +0200 (CEST) Date: Tue, 28 Jun 2005 22:37:00 +0200 From: Pawel Jakub Dawidek To: freebsd-current@FreeBSD.org Message-ID: <20050628203700.GE78468@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PGNNI9BzQDUtgA2J" Content-Disposition: inline User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 Cc: jeff@FreeBSD.org Subject: VFS panic (bp 0xd6523fdc wrong b_bufobj 0 should be 0xc27d2940). 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: Tue, 28 Jun 2005 20:37:05 -0000 --PGNNI9BzQDUtgA2J Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I get the panic below while running this script: #!/bin/sh for dir in `jot 5 1 5`; do rm -rf $dir mkdir $dir done for dir in `jot 5 1 5`; do cd $dir iozone -s 64m -r 512k >output.log 2>&1 & cd .. done panic: bp 0xd6523fdc wrong b_bufobj 0 should be 0xc27d2940 cpuid =3D 2 KDB: enter: panic [thread pid 517 tid 100125 ] Stopped at kdb_enter+0x2b: nop =20 db> tr Tracing pid 517 tid 100125 td 0xc246c180 kdb_enter(c05d1349) at kdb_enter+0x2b panic(c05d6e92,d6523fdc,0,c27d2940,d6528a2c) at panic+0x127 reassignbuf(d6528a2c,c246c180,ed614a00,c04d87e0,d6528a2c) at reassignbuf+0x= 148 bdirty(d6528a2c,c27d2880,c0cd0238,ffffffff,2) at bdirty+0x86 bdwrite(d6528a2c) at bdwrite+0x2ac cluster_write(c27d2880,d6528a2c,2f70000,0,7f) at cluster_write+0x48c ffs_write(ed614c04,0,0,c06031c0,ed614bb8) at ffs_write+0x508 VOP_WRITE_APV(c060ade0,ed614c04) at VOP_WRITE_APV+0x112 vn_write(c23e4480,ed614c78,c27bd380,0,c246c180) at vn_write+0x1ea dofilewrite(c246c180,c23e4480,3,8300000,80000) at dofilewrite+0xa8 write(c246c180,ed614d04,3,107,246) at write+0x39 syscall(3b,3b,bfbf003b,0,5e) at syscall+0x22f Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (4, FreeBSD ELF32, write), eip =3D 0x280de65b, esp =3D 0xbfbfe8= cc, ebp =3D 0xbfbfea08 --- db>=20 This is recent HEAD. The box is Dual Xeon (HTT enabled). --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --PGNNI9BzQDUtgA2J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCwbTsForvXbEpPzQRAjJjAKDXLC5IR14WQYhW5JoozdMZiqbIwgCg2Pu6 1G5R8ZsAEsk6YeNlKapOZ4Y= =neQJ -----END PGP SIGNATURE----- --PGNNI9BzQDUtgA2J--