Re: Panic on 5.2.1-p8 Current

From: Klaus Schneider <klaus_at_viavale.com.br>
Date: Wed, 30 Jun 2004 14:20:15 -0300
Em Jun 28, 2004, ās 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.
>
> -- 
> Brian Fundakowski Feldman                           \'[ FreeBSD 
> ]''''''''''\
>   <> green_at_FreeBSD.org                               \  The Power to 
> Serve! \
>  Opinions expressed are my own.                       
> \,,,,,,,,,,,,,,,,,,,,,,\
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe_at_freebsd.org"
>
>


Sorry for my bad english and the daley of my reply =]

(kgdb) up 16
#16 0xc05391f1 in bundirty (bp=0xd90341f0) at 
../../../kern/vfs_bio.c:1122
1122            KASSERT(bp->b_qindex == QUEUE_NONE,
(kgdb) list
1117
1118    void
1119    bundirty(bp)
1120            struct buf *bp;
1121    {
1122            KASSERT(bp->b_qindex == QUEUE_NONE,
1123                ("bundirty: buffer %p still on queue %d", bp, 
bp->b_qindex));
1124
1125            if (bp->b_flags & B_DELWRI) {
1126                    bp->b_flags &= ~B_DELWRI;

(kgdb) x/t 0xd90341f0
0xd90341f0:     00000000000000000000000000000010
(kgdb) print bp->b_qindex
$1 = 1
Received on Wed Jun 30 2004 - 15:21:05 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:59 UTC