Windows error 0x00000093, 147

Detailed Error Information

IS_JOIN_PATH[1]

MessageNot enough resources are available to process this command.
Declared inwinerror.h

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

INVALID_KERNEL_HANDLE[2]

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

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 Code147 (0x0093)

Questions

16votes
4answers

Android emulator can't be started

I've made some Android emulator device, and try to execute it. I've got the following errors: 02-18 05:46:39.070 99-99/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting 02-18 05:46:39.070 99-99/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000063 (code=-6), thread 99 (surfaceflinger) 02-18 05:46:43.430 137-137/? E/cutils﹕ Failed [...] read more
android
android-emulator
emulation
2votes
2answers

RISC-V disassembler doesn't match with spike running results?

I've set up a hello world program just for testing my riscv32-unknown-elf toolchain, spike, pk etc. Though I managed to get the hello world printed using spike --isa=RV32 pk hello.elf, I found out that if I added the -d flag for debugging, I was given following instructions (a section of [...] read more
gcc
assembly
compilation
riscv
disassembly
1vote
0answers

wired dmesg output and high cpu load

I have like 50 Linux servers with the same hardware and kernel, but recently found that some of them suffers from high CPU load, runs very slowly, top and ps show TIME column with impossible large numbers; ps aux output with many 99% CPU. the kernel is Linux 3.0.13, it's [...] read more
high-load
dmesg
1vote
0answers

iOS App crashes on launch with Exception Type: EXC_CRASH (SIGABRT)

Can you please help me solving or getting to the root of this problem. I found some question that were probable duplicate of this question but in all of them the crash was beacuase of some code inside their app, but in my case I noted that no code inside [...] read more
ios
swift
xcode
crash-reports
0votes
1answer

Reduce flickering when using SetWindowPos to change the left edge of a window

Update 1: Here's the simplified version: So I have a special fixed-size child window that I want to make it stay at the right side of the resizable main window. When users resize the main window by dragging the left/right edge of it, WM_WINDOWPOSCHANGED is sent, the child window will [...] read more
winapi
resize
flicker

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