[Bug 276734] bhyve gets stuck during VM boot

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 04 Feb 2024 20:27:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276734

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Mark Johnston <markj@FreeBSD.org> ---
67937 117360 bhyve               -                   mi_switch _sleep
vm_wait_doms vm_wait_domain vm_page_alloc_noobj_domain uma_small_alloc
keg_alloc_slab zone_import zone_alloc_item malloc amdvi_update_mapping
iommu_create_mapping vm_iommu_modify vm_assign_pptdev vmmdev_ioctl devfs_ioctl
vn_ioctl devfs_ioctl_f

This means that one of the bhyve threads is stuck in the kernel waiting for
memory.  Is this running on a NUMA system?

-- 
You are receiving this mail because:
You are the assignee for the bug.