Windows error 0x000002B1, 689

Detailed Error Information

DBG_REPLY_LATER[1]

MessageDebugger will reply later.
Declared inwinerror.h

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

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 Code689 (0x02b1)

Questions

3votes
1answer

Dwarf DW_AT_location objdump and dwarfdump inconsistent

I am playing around with CPython and trying to understand how a debugger works. Specifically, I am trying to get the location of the last PyFrameObject so that I can traverse that and get the Python backtrace. In the file ceval.c, line 689 has the definition of the function: PyObject [...] read more
gdb
reverse-engineering
0votes
0answers

Xcode5 get an EXC_ARM_DA_ALLIGN error

I have an iPhone&ipad App which runs on IOS6&IOS7, With Xcode4.6 and LLVM GCC 4.2. Howerver, after I upgrade to Xcode5 whit Apple LLVM 5.0, I try to run it on an iPhone5 with IOS7.0, the App will receive an EXC_ARM_DA_ALLIGN exception while initialising the global & static data before [...] read more
ios
xcode

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