Windows error 0x0000009E, 158

Detailed Error Information

NOT_LOCKED[1]

MessageThe segment is already unlocked.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007009E.

USER_MODE_HEALTH_MONITOR[2]

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

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code158 (0x009e)

Questions

4votes
1answer

simple callback in visual c++

I'm a Linux programmer and new to COM programming and I've inherited a program which I'm now trying to modify. I've got an IDL file with the following dispinterface and I'm trying to set up a callback in C++. I've been searching the web and I've found some stuff with [...] read more
events
visual-c++
com
event-handling
callback
1vote
1answer

.NET application handle leak, how to locate the source?

I have a .NET application running in production environment (WINDOWS XP + .NET 3.5 SP1) with a stable handle count around 2000, but in some unknown situation, its handle count will increase extremely fast and finally crash itself(over 10,000 which monitored by PerfMon tool). I've made a memory dump from [...] read more
windows
performance
memory-leaks
windbg
0votes
0answers

"0x0000009E" Stop error when cluster node crashes in Windows Server 2012 R2

Full Memory Dump: https://pastebin.com/spkLeVYL Crash message is: USER_MODE_HEALTH_MONITOR (9e) One or more critical user mode components failed to satisfy a health check. Hardware mechanisms such as watchdog timers can detect that basic kernel services are not executing. However, resource starvation issues, including memory leaks, lock contention, and scheduling priority misconfiguration, [...] read more
windows-server-2012-r2
hyper-v
failovercluster
0votes
0answers

cancel disk while extracting in rufus

recently i want to make a bootable disk for my flashdisk. I've done this ton of times, but today while doing so my flashdisk is ejecting by it self. Rufus is stuck at extracting so i cancel the operation. ( still around 400 mb ). But now my flash disk [...] read more
usb
partitioning
mbr
format
rufus
0votes
1answer

VS2013 ERROR 0xC0000005: when using libcurl

I'm trying to use libcurl (http://curl.haxx.se/libcurl/c/) for downloading data from a web, and store these data in a txt file , and here is my code: // CLASS SinaStk size_t save_data(char *buffer, size_t size, size_t nmemb, FILE* userdata){ locale loc = std::locale::global(std::locale("")); //TRY TO OPEN FILE WITH CHINESE userdata = [...] read more
c++
visual-studio
libcurl

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0