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

From: Vegard Nossum
Date: Wed Nov 19 2008 - 17:19:24 EST


On Wed, Nov 19, 2008 at 12:24 AM, Brian Phelps <lm317t@xxxxxxxxx> wrote:
> This possible kernel bug (see bottom) is very reproducible when the
> pci bus gets loaded with traffic, specifically video data.
> It has been reproduced on 2 identical machines.
>
> Please let me know if you need more information

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:

> [ 2128.370257] PGD 10869067 PUD 23232323 BAD

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/