[Bug 228768] EARLY_AP_STARTUP causes panic on amd machines

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 29 19:45:27 UTC 2018


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

--- Comment #2 from John Baldwin <jhb at FreeBSD.org> ---
Hmm, I thought had sent a mail about this earlier, but I guess not.  Are you
able to put DDB in your kernel config and get a db> prompt at all?  If so, a
stack trace would be really helpful.  If not, one thing to try first that might
help is to get down from 4 CPUs to 2 CPUs.  You can set these hints at the
loader prompt (or in loader.conf) to disable CPUs 2 and 3:

hint.lapic.2.disabled=1
hint.lapic.3.disabled=1

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


More information about the freebsd-bugs mailing list