[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8997.1318411590@redhat.com>
Date: Wed, 12 Oct 2011 10:26:30 +0100
From: David Howells <dhowells@...hat.com>
To: Mark Moseley <moseleymark@...il.com>
Cc: dhowells@...hat.com,
Linux filesystem caching discussion list
<linux-cachefs@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: [Linux-cachefs] 3.0.3 64-bit Crash running fscache/cachefilesd
Mark Moseley <moseleymark@...il.com> wrote:
> >> [37818.485559] kernel BUG at fs/fscache/object-list.c:64!
> >
> > Hmmm... An object is being added to the object list twice. It may
> > indicate a free before an object is finished with. Do you have slab
> > debugging turned on?
>
> It's compiled in but not currently enabled. Should I do so?
It can't be turned on or off dynamically. If CONFIG_DEBUG_SLAB is enabled, then
it's switched on.
> And anything I should be looking for in it?
The BUG that you encountered would suggest a piece of memory is still in use as
far as parts of fscache is concerned - but it's just been produced by the slab
allocator again. This is the sort of thing the slab debugger might catch.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists