Windows error 0x0000021F, 543

Detailed Error Information

BAD_STACK[1]

MessageAn invalid or unaligned stack was encountered during an unwind operation.
Declared inwinerror.h

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

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 Code543 (0x021f)

Questions

0votes
1answer

binary bomb lab phase 6

0x000000000040106b <+0>: push %r12 0x000000000040106d <+2>: push %rbp 0x000000000040106e <+3>: push %rbx 0x000000000040106f <+4>: sub $0x50,%rsp 0x0000000000401073 <+8>: lea 0x30(%rsp),%rsi 0x0000000000401078 <+13>: callq 0x40159a <read_six_numbers> 0x000000000040107d <+18>: mov $0x0,%ebp 0x0000000000401082 <+23>: lea 0x30(%rsp),%r12 0x0000000000401087 <+28>: mov (%r12,%rbp,4),%eax 0x000000000040108b <+32>: sub $0x1,%eax 0x000000000040108e <+35>: cmp $0x5,%eax 0x0000000000401091 <+38>: jbe 0x401098 <phase_6+45> [...] read more
binary
gdb

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