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

Peter Grehan <gre...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
                 CC|                            |gre...@freebsd.org
             Status|New                         |Closed

--- Comment #2 from Peter Grehan <gre...@freebsd.org> ---
At leat in the first example, the amount of memory supplied to grub-bhyve (2G)
is greater than that given to bhyve (1G). Since grub creates the memory map
that is passed to the kernel, this will result in the guest kernel attempting
to access memory that doesn't exist, which results in bhyve dumping core.

The fix is to make sure the same amount of memory is given to both the loader
and bhyve.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to