Questions tagged [machine-check-exception]

A system error indicating a critical hardware problem detected by the CPU. MCEs are generally fatal and usually indicate a CPU, memory, or motherboard issue.

A machine check exception (MCE) is a system error raised by the CPU when it detects a critical hardware problem. MCEs are usually the result of a problem with the motherboard, memory, or CPU itself and are generally fatal:

  • Windows XP will crash with STOP 0x9C MACHINE_CHECK_EXCEPTION.
  • Windows Vista and later will crash with STOP 0x124 WHEA_UNCORRECTABLE_ERROR and 0x0 for the first parameter (but may give 0x9C under certain limited circumstances).
  • OS X will crash with a kernel panic: "You need to restart your computer..."
  • Linux will crash with a kernel panic: "Kernel panic - not syncing: CPU context corrupt"

Diagnosing a machine check exception can be difficult because the error codes provided by the CPU are vendor-dependent. Programs such as mcelog for Linux are available to detect and decode MCE errors. On Windows, the kernel debugger can be used to diagnose MCE crashes, as demonstrated in this MSDN blog post.

21 questions
6
votes
2 answers

Constant crashes in windows 7 64bit when playing games

I've tried everything I can possibly think of in trying to fix this problem and I'm totally out of ideas, so any help would be appreciated: The problem: whenever I fire up a game, it works for a short while with no problems and then it would crash. …
z -
  • 123
  • 1
  • 11
4
votes
3 answers

Machine check exception - how to read and understand it?

My computer acts strange - sometimes reboots spontanousely, sometimes does not want to boot. When I isse command "mcelog", I receive such info: HARDWARE ERROR. This is *NOT* a software problem! Please contact your hardware vendor MCE 0 CPU 0 BANK 0…
Piotrek
4
votes
1 answer

Windows 7 occasionally crashes with bugcheck code 0x124

I installed Windows 7 Ultimate Edition 32-bit on my Acer Aspire 4520 notebook. Whenever I am installing software, surfing the internet or watching a video online, the system occasionally crashes with bugcheck code 0x124. Since the original memory…
kercker
  • 51
  • 2
3
votes
3 answers

New computer can't run Linux, but runs Windows with no problems

I have a brand-new gaming laptop which crashes every time I run Linux. If I run Linux natively, it completely freezes (including the mouse cursor) after a seemingly random period. If I run Linux in VMWare Player under Windows 8.1, Linux eventually…
3
votes
1 answer

Machine Check Exception reported by kernel

I built a new computer: Intel Core i7 4770K Gigabyte Z87N-WIFI Samsung 840 Evo S x2 (in RAID 0) 450w Corsair RM 80Plus Dark Rock Pro 3 Cooling Kingston 1600 DDR3 NO DEDICATED GPU Operating System: Linux Mint 16 Petra The BIOS settings are…
StuR
  • 83
  • 8
3
votes
2 answers

Freezes during OS boot

Yesterday I had freezes while loading OS. Windows would BSOD with "MACHINE_CHECK_EXCEPTION". Linux would freeze or give me this: $ mcelog -ascii Hardware event. This is not a software error. CPU 0 BANK 3 MISC fffff802bd0fa9d7 ADDR…
2
votes
1 answer

BSOD BCCode 124, request for analysis of my WinDGB log

I've been experiencing system restarts for some time decribed with BSOD log by BCCode 124. I checked my RAM with MemTest for 3.5 hours with no error, then scaned system with Avast and Malwarebytes. Because problem was persisting I checked my log…
Hubert
2
votes
1 answer

Analysing memory dump after BSOD - 0xC0000147

My computer (HP DV6 6060EP) was returned to repair by HP twice, but it still comes with the same problem. I'm trying the best i can to help them diagnose this problem. When my computer crashes (like it did 5 mins ago), after opening the Memory dump…
Carlos Ferreira
  • 141
  • 1
  • 8
1
vote
0 answers

BSOD 0x124 Help needed

I have a new Computer for 3 weeks now and I get a lot of WHEA_UNCORRECTABLE_ERROR BSODs. I get these bluescreens randomly every 30 - 50 minutes. Here is the dump from WinDbg: Microsoft (R) Windows Debugger Version 6.2.9200.20512 AMD64 Copyright (c)…
1
vote
2 answers

any idea what type of error this is - Machine check / Kernel Panic

I have been getting the following problem running Ubuntu 12.10. Basically, it freezes completely, doesn't respond to keyboard or mouse, CAPS won't change and alt+sys req+REISUB doesn't do anything. The problem is consistent in that after a hard…
evan54
  • 111
  • 1
  • 4
1
vote
1 answer

mce hardware error - what core is affected

I got a mce hardware error in Linux. I would like to find out what core crashed but I am not able to infer the right core from the error message: kernel: [ 1.025641] mce: [Hardware Error]: Machine check events logged kernel: [ 1.025642] mce:…
mio
  • 111
  • 5
1
vote
2 answers

Why am I getting a machine check exception when trying do first install of Windows 10 on a new gaming rig?

I am trying to install Windows 10 on a (soon to be) new gaming rig. My problem is that I always get machine check exception when booting from USB. I updated the BIOS for the motherboard to the latest version which is 0606. I took everything not…
1
vote
0 answers

Windows 10 boot fails with 0x82f after update

After last nights update my Windows machine (hpe-420cs) entered into infamous boot loop, reporting MACHINE_CHECK_EXCEPTION as the cause. I tried to roll back the update in boot menu, with process immidiately failing, system recovery also failed for…
user1561358
  • 163
  • 1
  • 2
  • 13
1
vote
1 answer

How to solve machine check exception on Windows 10 startup

About a week ago I got Machine check exception when I was starting my Windows 10 machine (HPE-420cs), the progress remained stuck at 0% for several hours and no error code was provided. After waiting cca 3hrs I restarted PC using hardware button,…
1
vote
2 answers

What's the cause of double fault on CPU

It's my assumption right, if I say that double fault can and must occurs only in processor's kernel mode (or ring 0 for x86) when any exception (synchronous) happens and never else? If answer is yes, in newer processors that are compatible with…
Nik Novák
  • 113
  • 7
1
2