Re: 2.4.26 intermittent kernel bug on boot.

From: Michael Frank
Date: Fri Apr 16 2004 - 14:48:22 EST


On Sat, 17 Apr 2004 04:37:05 +1000, Nigel Cunningham <ncunningham@xxxxxxxxxxxxxxxxxxxxx> wrote:

Hi.

On Sat, 2004-04-17 at 04:02, Michael Frank wrote:
kernel BUG at slab.c:1238!

That's a really strange oops to see. It's testing that the GFP flags
match the slab's flags. To get an oops there, you'd have to have a
non-dma slab (which makes sense), but you've called the kmem_cache_alloc
routine with a DMA flag. Line 444 of kernel/signal.c clearly doesn't do
that! Could the args be being corrupted while being passed?

I had sometimes hangs while calibrating delay loop with earlier kernels,
Alan Cox suggested SMI screwing things up. This bug is earlier and new.

What does a backtrace look like?


Too bad, kdb not fully init, modules not loaded, so no BT command.

Michael
-
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/