CPU0: local APIC error 0x40 CPU1: local APIC error 0x40

John Baldwin jhb at freebsd.org
Wed Mar 2 16:47:52 UTC 2011


On Wednesday, March 02, 2011 8:07:59 am Mike Tancsa wrote:
> On 3/2/2011 7:55 AM, John Baldwin wrote:
> > 
> > Hmm, the interrupt pins on the each lapic look fine (they all either have a 
> > legal vector, are using NMI delivery, or are masked).
> > 
> > All of the places that send IPIs have the interrupt vectors hard-coded as 
> > constant values in the code.
> > 
> > Unfortunately there is no register that tells us which illegal vector was 
> > posted.
> > 
> > Were you doing anything related to changing the state of device interrupts 
> > (cpuset -x, kldload, kldunload, etc.) when this happened?
> 
> Hi,
> 	No, nothing at all.  I checked the logs again and nothing unusual
> leading up to it, nor was anything recorded on the serial console other
> than that error.  Do you think its just a hardware issue?

No, was trying to think if there was a scenario where an I/O APIC pin or MSI
message could specify an illegal vector.

Can you reproduce this at all?

-- 
John Baldwin


More information about the freebsd-stable mailing list