Windows error 0x00000077, 119

Detailed Error Information

BAD_DRIVER_LEVEL[1]

MessageThe system does not support the command requested.
Declared inwinerror.h

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

KERNEL_STACK_INPAGE_ERROR[2]

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

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 Code119 (0x0077)

Questions

3votes
4answers

0x00000077 Error on the corporate server

OKay so I have a slight problem that might either be apocalyptic or benign, but I don't know which. Context, updated: The server is in a small unventilated unlocked room that is about two feet wide by two feet deep by 8 feet tall. It's quite hot in there, but [...] read more
windows
hard-drive
2votes
0answers

Explain if any memory leak associated with oleaut32!APP_DATA::AllocCachedMem and ntdll!RtlAllocateHeap in windbg stack trace which appears repeatedly

I am trying to identify memory leak in a process(C++ Application) I am using Windbg tool to identify the memory leak. 0:000> !heap -stat -h 02e10000 heap @ 02e10000 group-by: TOTSIZE max-display: 20 size #blocks total ( %) (percent of total busy bytes) 40 95857 - 25615c0 (60.70) 953130 1 [...] read more
c++
memory-leaks
1vote
0answers

What triggers a "*** Guest State ***" register dump from the linux kernel?

Prefix: There is no kernel crash. Something, rarely, is triggering Guest State, Host State, Control State register and other debug variable dump to kernel log. The system in question is running many many virtual machines via qemu/kvm. The kernel messages are less often than any running vm is starting or [...] read more
linux
kvm-virtualization
qemu
linux-kernel
1vote
4answers

lsass.exe error, Windows cannot boot

This is apocalypse. The server threw me an "lsass.exe" error this morning, saying that it cannot boot, with the following error. LSASS.EXE - System Error, security accounts manager initialization failed because of the following error: Directory Services cannot start. Error status 0xc00002e1. I don't get to boot screen. I can [...] read more
windows-server-2003
disaster-recovery
scsi
1vote
0answers

Switched from g++ to clang++; now, exceptions thrown in std::ifstream object upon opening file. try/catch exception doesn't work? ( C++ )

I've recently switched to clang++ as my compiler for just this project since my code actually generated a bug in g++ (seg fault). In my project, I need to do some simple file I/O. The following part of my project is now giving me issues; this compiled and ran fine [...] read more
c++
exception
gcc
clang
ifstream
0votes
1answer

Customizing Fantacy Remote .INI file

I am using Fantacy Remote to remote view other machines. I have attached the default .INI file that Fantacy Remote uses. When i connect to a machine, the client user should not have mouse and keyboard access of the Remote machine. It should be a View only remote connection. And [...] read more
remote-desktop
remote-access
0votes
2answers

iPhone app crashes when coming to foreground

I have an application that is communicating to a device through the accessory port. When the device is spitting data (at a rate of one 13-byte packet every 20 ms, so not very quickly) to the iPhone, if I press the home button to send the app to the background, [...] read more
ios
background
crash
resume
suspend
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps

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