Messages in this thread |  | | Date | Wed, 10 Oct 2001 18:26:11 -0400 | From | Brian Gerst <> | Subject | Re: 2.4.11 oops |
| |
Bob Matthews wrote: > > Linus, > > I've received an oops while booting 2.4.11 on two different SMP > machines. The kernel was SMP, HIGHMEM=64G with sym53c8xx, 3c59x, > eepro100, aic7xx and megaraid drivers statically linked. > > eax: 37e8ace4 ebx: 00000001 ecx: 00000001 edx: c02e1990 > Code; c013d941 <exec_mmap+111/1f0> <===== > 0: 0f 22 d8 mov %eax,%cr3 <=====
What looks like happened here is that the pgd pointer isn't properly aligned (it should be 32 byte aligned and 0x37e8ace4 is not). Do you have slab debugging turned on? I think this has been fixed already in the AC kernels.
--
Brian Gerst - 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/
|  |