我经常遇到“处理器连接损坏”错误。之后操作系统会在 30 秒内自行重启。完整的 mscelog 日志如下:
mcelog: Unsupported new Family 6 Model 3c CPU: only decoding architectural erro$
Hardware event. This is not a software error.
MCE 0
CPU 3 BANK 1
MISC 86 ADDR 1eabe1680
TIME 1407525231 Fri Aug 8 15:13:51 2014
MCG status:
MCi status:
Corrected error
MCi_MISC register valid
MCi_ADDR register valid
MCA: Data CACHE Level-0 Read Error
STATUS 8c00004000000114 MCGSTATUS 0
MCGCAP c09 APICID 6 SOCKETID 0
CPUID Vendor Intel Family 6 Model 60
我尝试使用 memtest86+ 测试内存。没有遇到任何错误。
CPU信息
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz
stepping : 3
microcode : 0x7
cpu MHz : 800.000
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6186.62
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
如果您想了解有关该机器的更多信息,我可以添加。
答案1
其他论坛都说这几乎总是硬件错误,(我很抱歉。)但我读到的一篇文章说偶尔这是因为机器运行太热。在最近的几个 ubuntu 版本中,我自己也遇到过一些问题,但我的处理器从未向我抛出错误。
如果你的机器一直处于热运行状态,请尝试
cd /sys/firmware/acpi/interrupts/
for interrupt in $(ls /sys/firmware/acpi/interrupts/)
do
echo $interrupt
cat ./$interrupt
done
如果其中一个数字特别高,
$ sudo su
# echo disable > /sys/firmware/acpi/interrupts/<insert your offending interrupt here>
我希望这只是热量问题,这是您的解决方案,否则,它看起来像处理器的物理故障。