Normal memory or ECC memory? It seems that a bit flip corrupted a data
structure.
> we have one a day a kernel panic with this message :
> *********************************************
> Unable to handle kernel NULL pointer dereference at virtual address 0000000d
> [snip]
> Oops:
> eax: e6d9842c ebx: daabf760 ecx: d763daa0 edx: 00000001
> [snip]
> Code; c01f35ad <tcp_v4_get_port+14d/290> <=====
> 0: 8b 42 0c mov 0xc(%edx),%eax <=====
%edx is 1, probably 0 would have been correct.
-- Manfred - 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/