FreeBSD 9.1-RC2 Available...

John Baldwin jhb at freebsd.org
Fri Oct 19 21:31:43 UTC 2012


On Friday, October 19, 2012 2:26:45 pm Alex de Joode wrote:
> https://sabotage.org/FBSD/FBSD-9.1RC2.jpg
> 
> Screen shot. Basicly the only diff between the two r210 are the disks, 
> one has 2x2TB (works) and the one that has 2x1Tb fails with the above error.
> 
> Both are sw/ mirrored. No hw/ raid and ACHI sata settings.

Hummm, somehow we are executing data, not code:

00000000  8c 39 00 00 01 82 44 45  4c 4c 20 20 50 45 5f 53  |.9....DELL  PE_S|

That isn't a valid instruction. :(

Also, your eip value is not anything that would be normal.

Actually, your eip value looks like a pointer into the BIOS (0xf000:bf6a).

I bet something in your BIOS had a buffer overrun and trashed the stack or
some such.  Or it overran an I/O buffer which trashed the return stack of
the userland process somehow.

-- 
John Baldwin


More information about the freebsd-stable mailing list