[Bug 227116] CURRENT doesn't boot with integer divide fault in uma_startup_count

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 31 18:50:12 UTC 2018


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

--- Comment #19 from Daniel Kolesa <daniel at octaforge.org> ---
Which now that I'm looking at it is actually pretty obvious, because
UMA_SLAB_SIZE is 4096 (i.e. pagesize), and roundup2(zsize, UMA_BOOT_ALIGN) is
4000, which is bigger than zsize (3984) but still smaller than UMA_SLAB_SIZE.

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


More information about the freebsd-bugs mailing list