[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <18126.6941.186345.839232@cargo.ozlabs.ibm.com>
Date: Fri, 24 Aug 2007 09:41:17 +1000
From: Paul Mackerras <paulus@...ba.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>,
linux-kernel@...r.kernel.org,
Benjamin Herrenschmidt <benh@...nel.crashing.org>
Subject: Re: [BUG] 2.6.23-rc3-mm1 Oops: Machine check, sig: 7 [#1]
Andrew Morton writes:
> Dunno, it beats me. powerpc booted OK for me. Ben, have you been playing
> around in powerpc mmap code? How come the oops claims it died at
> kernel_execve+0x8/0x14 but the call trace points up into the vma management
> code?
The exception c01 in kernel_execve is just the system call entry. The
real problem is the machine check that happened in rb_insert_color,
called from __vma_link_rb.
However, a machine check is an imprecise exception, so whatever caused
the problem may have happened a little earlier than that. Most likely
it is due to an attempt to access a physical address where nothing
exists.
Paul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists