On Tue, 3 Apr 2007, Badari Pulavarty wrote:

> On Tue, 2007-04-03 at 14:55 -0700, Badari Pulavarty wrote:
> > On Mon, 2007-04-02 at 22:47 -0700, Andrew Morton wrote:
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm4/
> > 
> > 
> > 
> > SLUB code paniced my x86-64 box also :(
> 
> More on this panic.. line of code causing the issue is:
> 
> mm/slub.c:1133
>     2df1:       49 8b 04 c4             mov    (%r12,%rax,8),%rax
>     2df5:       48 89 43 20             mov    %rax,0x20(%rbx)
>       
> page->freelist = object[page->offset];
> 
> Hope this helps.

Yes. Could you boot with "slub_debug" set? Looks like a slab object may 
be getting corrupted.

x86_64 with numa emulation 4 nodes boots fine here.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to