lkml.org 
[lkml]   [2001]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.4.11 APIC problems
>  So, I tried inserting the die() like you said without console serial.  I
> got pagefulls of dumps and pretty soon it rebooted itself. So, I logged
> to the serial console again on the next reboot to capture the output.
> Looks like we got the "APIC error" message in the log too. It's a
> really long log so I attached it rather than putting it inline.

Ick. You need to disable the repeated interrupt. Try this instead of
the die:

cli();
__asm__ __volatile__ ("hlt");

And if it makes a huge logfile again, just mail the first bit .... I don't
care about huge emails, but others on lkml probably do ;-)

M.

PS. Nor do I care what the die says, I just want to stop the processor.
I want to know what it was doing just before the smp_error_interrupt.
There are more elegant solutions around to stop repeated APIC errors,
but this should be OK for debug.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:08    [W:0.026 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site