Windows error 0x0000027F, 639

Detailed Error Information

INSUFFICIENT_POWER[1]

MessageThere is not enough power to complete the requested operation.
Declared inwinerror.h

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

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][1]
DescriptionThe default facility code.[2][1]
Error Code639 (0x027f)

Questions

2votes
0answers

Different results when using different cl.exe compiler options

I'm on Windows 7 64bit, using VS2013 Express for Desktop. Compile as default (using SSE) D:\Work>cl printf-test.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x86 D:\Work>printf-test.exe FPU control word 0x0000037f 0. FPU status 0x00000000 1. 0x43380000 0x00000000 1. FPU status 0x00000000 2. 0x43380000 0x00000001 2. FPU status 0x00000000 3. [...] read more
visual-c++
sse
inline-assembly
fpu
x87
2votes
1answer

difficulty listing threads/stacks with GDB on ARM

I'm using GNUEABI to remote debug an ARM device, I'm able to set breakpoints, step, view memory, etc. ...in general life is good however when break arbitrarily and then type 'info threads' I do get a list of threads, but the symbols arent resolving for example (gdb) info threads 7 [...] read more
debugging
gcc
gdb
arm
remote-desktop

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0