Re: kernel BUG at mm/slab.c:601

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Vegard Nossum
Date: Wednesday, November 19, 2008 - 3:19 pm

On Wed, Nov 19, 2008 at 12:24 AM, Brian Phelps <lm317t@gmail.com> wrote:

Hi,

Can you reproduce this with CONFIG_DEBUG_SLAB=y?

Can you reproduce this with CONFIG_SLUB=y instead of SLAB? If not,
could be a genuine bug in SLAB (but I doubt it). If yes, then SLUB
debugging might help us more than SLAB debugging can.

It sounds likely that bttv driver is involved somehow -- it would fit
with your description too. Maybe the fact that the same driver is
serving many devices on the same IRQ? But I guess that shouldn't
really be a problem.

It would also be interesting to see if you can find more different
crashes in other places, like the corrupted page tables. Those are
important clues. Like this:


That looks like a magic number of sorts. This was the only one I could
find, however:

crypto/anubis.c:      0x83838383U, 0x1b1b1b1bU, 0x0e0e0e0eU, 0x23232323U,

But google has some more info. A google for "23232323 bug" turned up
this thread:

http://lkml.org/lkml/2008/1/5/51

...which also involves bttv driver. I've added the Ccs of that discussion.

But it seems that it is not a regression at least. Did you try earlier
kernels as well?


Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
kernel BUG at mm/slab.c:601, Brian Phelps, (Tue Nov 18, 4:24 pm)
Re: kernel BUG at mm/slab.c:601, Brian Phelps, (Wed Nov 19, 6:40 am)
Re: kernel BUG at mm/slab.c:601, Vegard Nossum, (Wed Nov 19, 3:19 pm)
Re: kernel BUG at mm/slab.c:601, Brian Phelps, (Thu Nov 20, 10:01 am)
Re: kernel BUG at mm/slab.c:601, Vegard Nossum, (Fri Nov 21, 6:10 pm)
Re: kernel BUG at mm/slab.c:601, Vegard Nossum, (Fri Nov 21, 6:25 pm)
Re: kernel BUG at mm/slab.c:601, Vegard Nossum, (Fri Nov 21, 6:26 pm)
Re: kernel BUG at mm/slab.c:601, Vegard Nossum, (Fri Nov 21, 6:50 pm)
[PATCH] bttv: don't compare list_head's .next with NULL, Vegard Nossum, (Sat Nov 22, 4:20 am)
Re: kernel BUG at mm/slab.c:601, Mauro Carvalho Chehab, (Mon Nov 24, 3:39 am)