intel / Intel-Linux-Processor-Microcode-Data-Files

Other
620 stars 68 forks source link

Hard Crash on i9-9900k #30

Open TheAifam5 opened 4 years ago

TheAifam5 commented 4 years ago

I use arch btw, crashes on high load in a docker container.

May 20 12:52:36 destroyer kernel: mce: [Hardware Error]: CPU 4: Machine Check: 0 Bank 0: 9400004000040150
May 20 12:52:36 destroyer kernel: mce: [Hardware Error]: TSC 95c3139c900 ADDR 1ffff98d3ee3f 
May 20 12:52:36 destroyer kernel: mce: [Hardware Error]: PROCESSOR 0:906ec TIME 1589971956 SOCKET 0 APIC 8 microcode ca
May 20 12:52:36 destroyer kernel: mce: [Hardware Error]: CPU 4: Machine Check: 0 Bank 0: 9400004000040150
May 20 12:52:36 destroyer kernel: mce: [Hardware Error]: TSC 95c4651da2c ADDR 1ffff988e03c0 
May 20 12:52:36 destroyer kernel: mce: [Hardware Error]: PROCESSOR 0:906ec TIME 1589971956 SOCKET 0 APIC 8 microcode ca
bsdtar -Oxf /boot/intel-ucode.img | iucode_tool -tb -lS -
iucode_tool: system has processor(s) with signature 0x000906ec
microcode bundle 1: (stdin)
selected microcodes:
  001/183: sig 0x000906e9, pf_mask 0x2a, 2019-10-03, rev 0x00ca, size 100352
  001/184: sig 0x000906ea, pf_mask 0x22, 2019-10-03, rev 0x00ca, size 99328
  001/185: sig 0x000906eb, pf_mask 0x02, 2019-10-03, rev 0x00ca, size 100352
  001/186: sig 0x000906ec, pf_mask 0x22, 2019-10-03, rev 0x00ca, size 99328
  001/187: sig 0x000906ed, pf_mask 0x22, 2019-10-03, rev 0x00ca, size 100352
verdude commented 5 months ago

Also using arch, also crashing while running docker + high load (13th Gen Intel(R) Core(TM) i9-13900KS).

Jan 22 14:14:49 gospel kernel: mce: [Hardware Error]: Machine check events logged
Jan 22 14:14:49 gospel kernel: mce: [Hardware Error]: CPU 8: Machine Check: 0 Bank 0: 8000004000040005
Jan 22 14:14:49 gospel kernel: mce: [Hardware Error]: TSC 226f4f437f2
Jan 22 14:14:49 gospel kernel: mce: [Hardware Error]: PROCESSOR 0:b0671 TIME 1705958089 SOCKET 0 APIC 20 microcode 11d
bsdtar -Oxf /boot/intel-ucode.img | iucode_tool -tb -lS -
iucode_tool: system has processor(s) with signature 0x000b0671
microcode bundle 1: (stdin)
selected microcodes:
  001/210: sig 0x000b0671, pf_mask 0x32, 2023-08-29, rev 0x011d, size 210944

Update: Lowering the peak temperature in the Bios to 90C (down from 100C) prevents crashing on my system. Not sure if this is still something that needs to be addressed.