From owner-freebsd-current@FreeBSD.ORG Wed Jun 30 17:21:05 2004 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 39A6E16A4D6; Wed, 30 Jun 2004 17:21:05 +0000 (GMT) Received: from ciberia.viavale.com.br (ciberia.viavale.com.br [200.143.116.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5DD43D54; Wed, 30 Jun 2004 17:21:04 +0000 (GMT) (envelope-from klaus@viavale.com.br) Received: from [200.143.116.30] (ibook.viavale.com.br [200.143.116.30]) by ciberia.viavale.com.br (Postfix) with ESMTP id CCB731CB; Wed, 30 Jun 2004 14:20:16 -0300 (BRT) In-Reply-To: <20040628180844.GC5635@green.homeunix.org> References: <7CD4711D-C900-11D8-A1F2-000A95B562DC@viavale.com.br> <20040628180844.GC5635@green.homeunix.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Klaus Schneider Date: Wed, 30 Jun 2004 14:20:15 -0300 To: Brian Fundakowski Feldman X-Mailer: Apple Mail (2.618) X-viavale-MailScanner-Information: Please contact the ISP for more information X-viavale-MailScanner: Found to be clean cc: freebsd-current@freebsd.org Subject: Re: Panic on 5.2.1-p8 Current 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: Wed, 30 Jun 2004 17:21:05 -0000 Em Jun 28, 2004, =E0s 3:08 PM, Brian Fundakowski Feldman escreveu: > > What queue is the buffer on that the system is panicking? (What was > the panic message, or alternately, "p *bp" from the bundirty or brelse > frame in gdb leading up to the panic. > > --=20 > Brian Fundakowski Feldman \'[ FreeBSD=20 > ]''''''''''\ > <> green@FreeBSD.org \ The Power to=20= > Serve! \ > Opinions expressed are my own. =20 > \,,,,,,,,,,,,,,,,,,,,,,\ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to=20 > "freebsd-current-unsubscribe@freebsd.org" > > Sorry for my bad english and the daley of my reply =3D] (kgdb) up 16 #16 0xc05391f1 in bundirty (bp=3D0xd90341f0) at=20 ../../../kern/vfs_bio.c:1122 1122 KASSERT(bp->b_qindex =3D=3D QUEUE_NONE, (kgdb) list 1117 1118 void 1119 bundirty(bp) 1120 struct buf *bp; 1121 { 1122 KASSERT(bp->b_qindex =3D=3D QUEUE_NONE, 1123 ("bundirty: buffer %p still on queue %d", bp,=20 bp->b_qindex)); 1124 1125 if (bp->b_flags & B_DELWRI) { 1126 bp->b_flags &=3D ~B_DELWRI; (kgdb) x/t 0xd90341f0 0xd90341f0: 00000000000000000000000000000010 (kgdb) print bp->b_qindex $1 =3D 1=