Windows error 0x00000277, 631

Detailed Error Information

FLOAT_MULTIPLE_TRAPS[1]

MessageMultiple floating point traps.
Declared inwinerror.h

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

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 Code631 (0x0277)

Questions

2votes
0answers

system monitor showing 25 ghz cpu speed, could that have any bad effect?

enter image description here [https://i.stack.imgur.com/ZKl0f.jpg] I have a water cooled system, but.... I don't have that kind of wallet to be able to pull that out. Is anyone of you that had this problem? what I want to know is if there could be any issue relate to this bug. [...] read more
cpu
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
0votes
2answers

Why is the string specified in `LD_PRELOAD` loaded on the memory of setuid executables in RedHat 6.2?

First of all, let me tell you the context. I'm solving problems of the wargame called The lord of the BoF, which is based on RedHat Linux 6.2, which has no address space layout randomization(ASLR), NX bit, ASCII armor, etc.. And the gcc there does not make any dummy when [...] read more
linux
security
memory
ld-preload
0votes
0answers

How to strip seemingly unnecessary zeroes generated by gas?

I'm trying to make a truly minimal shared "library" that has the least possible size it can be: .text .globl test test: movb $1, %al movb $1, %dil movabs $message, %rsi movb $7, %dl syscall ret message: .ascii "hello" compiling with: gcc -o test.so -fPIC -shared -m64 -nostdlib -s -O3 [...] read more
gcc
assembly
x86
x86-64
gnu-assembler

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