Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 15:59:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196542] System stops booting with "ACPI APIC Table: <INTEL  DENLOW>"
Message-ID:  <bug-196542-8-PD0yBlhl3a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196542-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196542-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196542

--- Comment #11 from John Baldwin <jhb@FreeBSD.org> ---
I assume you've let it sit for more than 5 seconds?  Normally if trying to
start an AP times out, it panics after waiting about 5 seconds.  I'm puzzled
that it is hanging forever without panic'ing.  The reason to test with legacy
USB disabled is to try to narrow down a possible cause (similar to HTT) btw.

If you are up for one more test, can you also instrument the "start_ap"
function to verify that it at least gets into the spin loop and is spinning
when it dies?  (Maybe print out something periodically in the wait loop, could
start with once a second, but if that doesn't output you could make it print
more often to see if it is looping at all, or if it is hanging in the DELAY()
call)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196542-8-PD0yBlhl3a>