The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Vegard Nossum" <vegard.nossum@gmail.com>
To: "Brian Phelps" <lm317t@gmail.com>
Cc: linux-kernel@vger.kernel.org, "Al Viro" <viro@zeniv.linux.org.uk>,
	"Mikael Pettersson" <mikpe@it.uu.se>,
	"Alexander Shaduri" <ashaduri@gmail.com>,
	"Alexey Dobriyan" <adobriyan@gmail.com>,
	"Rafael J. Wysocki" <rjw@sisk.pl>
Subject: Re: kernel BUG at mm/slab.c:601
Date: Wed, 19 Nov 2008 23:19:12 +0100	[thread overview]
Message-ID: <19f34abd0811191419x3f6981ady7de5bf40f9ae2983@mail.gmail.com> (raw)
In-Reply-To: <ea3b75ed0811181524y7cdad2afl85e0281e293922cc@mail.gmail.com>

On Wed, Nov 19, 2008 at 12:24 AM, Brian Phelps <lm317t@gmail.com> 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

  parent reply	other threads:[~2008-11-19 22:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-18 23:24 kernel BUG at mm/slab.c:601 Brian Phelps
2008-11-19 13:40 ` Brian Phelps
2008-11-19 22:19 ` Vegard Nossum [this message]
2008-11-20 17:01   ` Brian Phelps
2008-11-22  1:10     ` Vegard Nossum
2008-11-22  1:25       ` Vegard Nossum
2008-11-22  1:26         ` Vegard Nossum
2008-11-22  1:50           ` Vegard Nossum
2008-11-22 11:20             ` [PATCH] bttv: don't compare list_head's .next with NULL Vegard Nossum
2008-11-24 17:13               ` Brian Phelps
2008-11-24 10:39           ` kernel BUG at mm/slab.c:601 Mauro Carvalho Chehab

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=19f34abd0811191419x3f6981ady7de5bf40f9ae2983@mail.gmail.com \
    --to=vegard.nossum@gmail.com \
    --cc=adobriyan@gmail.com \
    --cc=ashaduri@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm317t@gmail.com \
    --cc=mikpe@it.uu.se \
    --cc=rjw@sisk.pl \
    --cc=viro@zeniv.linux.org.uk \
    /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