https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232288

--- Comment #2 from John Baldwin <[email protected]> ---
The panic was not in the C code, but in the BIOS code it called.  The page
fault information doesn't make much sense though.  The 0xe8510 is a physical
address of the BIOS function in question.  Can you do something like 'dd bs=1
if=/dev/mem iseek=0xe8510 count=32 | ndisasm -U' (have to install devel/nasm)
to get the disassembly of the instruction that faulted?  It seems like the
first instruction faulted which seems odd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to