zio_done panic on unadulterated FreeBSD Release 9.1

Andriy Gapon avg at FreeBSD.org
Fri Jan 18 11:58:24 UTC 2013


on 11/01/2013 17:09 Po-Li Soong said the following:
> (kgdb) p/x *(struct vm_object *)0xffffffff81281580
[snip]
> 
> (kgdb)  p/x *(struct vm_page *)0xfffffe00cd733ab0
> $2 = {pageq = {tqe_next = 0x0, tqe_prev = 0xfffffe00c7e7d678}, listq = {
>     tqe_next = 0xfffffe00cd733b28, tqe_prev = 0xfffffe00cd7331d8},
>   left = 0xfffffe00c9b31c38, right = 0xfffffe00cd735c70,
>   object = 0xfffffffb81281580

So, the correct object pointer is 0xffffffff81281580, but vm_page has object =
0xfffffffb81281580.

0xffffffff81281580
0xfffffffb81281580
One bit flip (0x400000000).

Either there is some HW issue or we've got some code that arbitrarily flips bits
in vm_page_array (and perhaps beyond it).

-- 
Andriy Gapon


More information about the freebsd-stable mailing list