Windows error 0x00000124, 292

Detailed Error Information

WHEA_UNCORRECTABLE_ERROR[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x124: WHEA_UNCORRECTABLE_ERROR.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code292 (0x0124)

Questions

8votes
2answers

How to find the source of this BSOD? How to fix it?

I occasionally (always at the least convenient moment...) receive this BSOD on my Windows 7 desktop PC: Problem signature: Problem Event Name: BlueScreen OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 1033 Additional information about the problem: BCCode: 124 BCP1: 0000000000000000 BCP2: FFFFFA8007BBB028 BCP3: 00000000B2000040 BCP4: 0000000000000800 OS Version: 6_1_7601 Service Pack: 1_0 [...] read more
windows-7
64-bit
bsod
minidumps
6votes
1answer

Trouble displaying C# stack trace in WinDbg

I have a handle leak in a C# program. I'm trying to diagnose it using WinDbg using !htrace, roughly as presented in this answer, but when I run !htrace -diff in WinDbg I'm presented with stack traces that don't show the names of my C# functions (or even my .net [...] read more
c#
windbg
stack-trace
handle-leak
4votes
1answer

Left-click + Drag sometimes crashes Windows 7 with Bug Check Code 0x0000124

This problem has been going for a while (ever since I installed Windows 7 on this PC): Every once in a while (randomly, with any application), when I use the mouse to left-click & drag (move window, scroll down, etc.), my PC crashes with the following problem signature: Problem signature: [...] read more
windows-7
64-bit
hal
bsod
3votes
4answers

Do I have a bad motherboard or a bad CPU? (STOP 0x00000101 and 0x00000124)

I just built a new system and I'm getting very frequent STOP errors. The STOP errors I've hard are 0x00000101 and 0x00000124, which are both Machine Check Exceptions. I know that I have a hardware error, but I'm not sure if it's the CPU or the motherboard that's the problem. [...] read more
central-processing-unit
hardware
stoperror
3votes
1answer

WinDbg causes Windows to bluescreen (0x00000124) at boot

I am running Windows 7 in debug mode inside a VirtualBox VM. I have configured a COM port debug server on the VM target, which is exposed to the Windows 7 host as a named pipe. The VM boots fine by itself, but when I try to boot with the [...] read more
driver
windbg
virtualbox
2votes
0answers

Reading or writing with a 4 WD5000AADS drive RAID 5 array drops to 0 speed

Edit, 10/31: Crash-- complete system lockup. Booted computer, had strange lag for visiting ANY webpage in Chrome.. Figured that either a network problem existed, or Chrome could not write to disk fast enough... System locked up on viewing a folder of photos before I'd upload them. On system restart, got [...] read more
raid
speed
upload
raid-5
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
2answers

Seg Fault in ARM Assembly

So, I am trying to learn ARM assembly and basically what I want to do is turn on the LEDs of my BeagleBone Black using pure assembly. I know how to program in C very well, but I am new to ARM assembly if that makes any difference. Basically I [...] read more
c
assembly
beagleboneblack
1vote
1answer

BSOD hal.dll+12a3b

This is a reoccurring problem, could someone give me an idea as to the cause. This has been happening on a brand new Dell Precission M4700 ================================================== Dump File : 101013-12636-01.dmp Crash Time : 10/10/2013 17:21:31 Bug Check String : Bug Check Code : 0x00000124 Parameter 1 : 00000000`00000000 Parameter [...] read more
windows-7
crash
bsod
1vote
1answer

HP laptop reboot BSOD code 0x00000124

My laptop HP DV6 model 1103ee is getting rebooted after playing a video online or when using applications. Example dump file: https://skydrive.live.com/redir?resid=24657CA7048734C3!114&authkey=!AIkt9HzuECtZc1Y ================================================== Dump File : 012213-45474-01.dmp Crash Time : 1/22/2013 7:54:39 PM Bug Check String : Bug Check Code : 0x00000124 Parameter 1 : 0x00000000 Parameter 2 : 0x866bc1e4 [...] read more
laptop
motherboard
bsod
0votes
1answer

Further Diagnosis of BSOD 124

We are experiencing spurious BSOD's (about once in 1..2 days, time varies) on a Hyper-V Server. I've come as far as this: Bug Check code 124 e.g. 0x00000124 (0x0000000000000000, 0xfffffa800a3bf558, 0x0000000000000000, 0x0000000000000000). Parameter 1, 3 and 4 are all zero. Parameter 2 (some struct's address) varies. (a) Memory Check Tool [...] read more
bsod
0votes
1answer

Windows 10 BlueSscreen Error

Source Windows Summary Shut down unexpectedly Date ‎04-‎02-‎2018 18:54 Status Report sent Problem signature Problem Event Name: BlueScreen Code: 124 Parameter 1: 0 Parameter 2: ffffbe80ec35a038 Parameter 3: 0 Parameter 4: 0 OS version: 10_0_16299 Service Pack: 0_0 Product: 256_1 OS Version: 10.0.16299.2.0.0.256.48 Locale ID: 16393 Extra information about the [...] read more
bsod
0votes
1answer

Which hardware is failing?

What component should I replace? My home build PC is acting up. I'd like to only have to replace what is obviously broken. I was getting blue screens like this. From three days ago. > WHEA-Logger: > > A fatal hardware error has occurred. > > Reported by component: Processor [...] read more
overheating
cpu-cooler
bsod
machine-check-exception
0votes
3answers

BSOD constantly with same ntoskrnl.exe error and disk indicator is frozen

BSOD constantly and the disk indicator is frozen. Error do not happen immediately, usually an hour after boot up. Here is the Minidump: Bug Check Code = 0x00000124 Caused By Driver = ntoskrnl.exe Caused By Address = ntoskrnl.exe+4b094c Crash Address = ntoskrnl.exe+4b094c Seems to be hardware problem, but I checked [...] read more
windows-7
bsod
ntoskrnl.exe
machine-check-exception
0votes
1answer

Windows 7 64bit crash during gameplay. Caused by drivers ntoskrnl.exe and hal.dll

I'm having trouble with a computer that I built a little less than a year ago (Christmas 2012). I have just recently been getting the blue screen of death while playing Banner's new expansion called Chivalry: Deadliest Warrior. The BSOD only occurs while playing the game and it has happened [...] read more
windows-7
drivers
bsod
-1votes
2answers

Hyper-V VM bluescreens upon LiveMotioning

I am doing some testing with Hyper-V LiveMotion, and when I stress the VM and try to LiveMotion it, sometimes it'll work just fine, sometimes it'll restart and give no clear error, sometimes it just "fails" and I have to manually restart the VM. The most common error though is [...] read more
hyper-v
bsod
-1votes
1answer

ntoskrnl.exe+7211eb 0x00000124 BSOD

Windows 10 64bit. I've been having consistent crashes when running intensive applications. I have tried running memtest with no results and updating drivers. Minidump https://www.dropbox.com/s/xz1m0v0l3ljapcu/090517-48859-01.dmp?dl=0 CPU-Z report https://www.dropbox.com/s/b6u1wqfdo4yfvyo/DESKTOP-K1EQJ94.txt?dl=0 read more
windows-10
bsod
dropbox

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0