Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 15:50:39 +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-wGfbwhuYLY@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 #14 from John Baldwin <jhb@FreeBSD.org> ---
(In reply to Jonas Keidel from comment #12)

To be clear, does the machine hang at the image you provided?  If so, it
appears to be hung in ipi_startup?

Can you instrument ipi_startup?  The calls in there to lapic_ipi_wait(-1) can
potentially hang forever.  One thing you can do is to change the '-1's to
1000000 and seeing if the machine boots.  It seems that Linux does this (it
just gives up waiting if the ICR bit doesn't clear).

-- 
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-wGfbwhuYLY>