linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: afranck@gmx.de (Andreas Franck)
Cc: linux-kernel@vger.kernel.org
Subject: Re: oops in 2.4.4-ac9 (mm/slab.c)
Date: Thu, 17 May 2001 01:19:34 +0100 (BST)	[thread overview]
Message-ID: <E150BVu-0004ja-00@the-village.bc.nu> (raw)
In-Reply-To: <Pine.LNX.4.31.0105170103380.2918-100000@dg1kfa.ampr.org> from "Andreas Franck" at May 17, 2001 01:05:26 AM

> 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

  reply	other threads:[~2001-05-17  0:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-16 23:05 oops in 2.4.4-ac9 (mm/slab.c) Andreas Franck
2001-05-17  0:19 ` Alan Cox [this message]
2001-05-17 21:59   ` Andreas Franck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E150BVu-0004ja-00@the-village.bc.nu \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=afranck@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).