Windows error 0x000000EB, 235

Detailed Error Information

NO_WORK_DONE[1]

MessageThe action requested resulted in no work being done. Error-style clean-up has been performed.
Declared inwinerror.h

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

DIRTY_MAPPED_PAGES_CONGESTION[2]

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

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 Code235 (0x00eb)

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://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