SMP VFS Part 2

Peter Holm peter at holm.cc
Wed Dec 1 23:49:11 PST 2004


On Thu, Dec 02, 2004 at 02:20:46AM -0500, Jeff Roberson wrote:
> On Thu, 2 Dec 2004, Peter Holm wrote:
> 
> > On Wed, Dec 01, 2004 at 06:52:19PM -0500, Jeff Roberson wrote:
> > > On Wed, 1 Dec 2004, Jeff Roberson wrote:
> > >
> > > > On Wed, 1 Dec 2004, Peter Holm wrote:
> > > >
> > > > >
> > > > > Got a new one for you:
> > > > > 1) panic: wrong b_bufobj 0 should be 0xc2679c10
> > > > > 2) panic: unexpected clean buffer 0xc6624bc8
> > > > >
> > > > > http://www.holm.cc/stress/log/jeff04.html
> > > >
> > > > I fixed your last panic.   The new patch is up at the same URL.  I'll look
> > > > at these now, thanks.  This tool is really working out well.
> > >
> > > Also fixed the unexpected clean buffer.  That was mostly just a bad
> > > assert.  I'm still baffled by wrong bufobj.
> > >
> >
> > OK. I just do not seem to be able to get past the double panic problem:
> >
> > $ grep -A 3 ppanic /tmp/tip11.log
> > ppanic: unexpected clean buffer 0xc6624bc8
> > cpuid = 0
> > KDB: enter: panic
> > [thread pid 54 tid 100042 ]
> > --
> > ppanic: unexpected clean buffer 0xc6667ec0
> > cpuid = 0
> > KDB: enter: panic
> > [thread pid 54 tid 100042 ]
> > --
> > ppanic: unexpected clean buffer 0xc66564e0
> > cpuid = 0
> > KDB: enter: panic
> > [thread pid 54 tid 100042 ]
> >
> > so I've just updated with your last patch.
> 
> Are you just running your stress program?
Yes.
> Anything special about your
> setup?  I see that these are valid bugs, but I'm not able to trigger them
> myself.
> 
No ... I don't think so. 
I run on a ASUS P4P800 with a Intel Celeron CPU 1.80GHz CPU and a
76319MB <ST380011A/3.06> Seagate disk. The config is GENERIC with
BREAK_TO_DEBUGGER added. My /etc/sysctl.conf contains
kern.threads.virtual_cpu=16 + debug.ddb_use_printf=1. Uptime for
the last three double panics were 1h23m12s, 1h1m27s and 4h35m45s.

I've just booted with your last patch and will let you know how
it goes.

- Peter
> >
> > - Peter

-- 
Peter Holm


More information about the freebsd-current mailing list