Re: oops in 2.4.4-ac9 (mm/slab.c)

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Wed May 16 2001 - 19:19:34 EST


> when this happened, and I was not able to log in onto any console or
> terminal afterwards (probably because tty_open failed very miserably
> on the way?)

Its a deliberate debugging trap.

> #if DEBUG
> if (cachep->flags & SLAB_POISON)
> if (kmem_check_poison_obj(cachep, objp))
> BUG();
> ^^^^^^ This one is triggered

Someone freed memory and then scribbled on it.

The first thing useful here is to know which drivers you were using shortly
before the oops
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 23 2001 - 21:00:21 EST