Windows error 0x000002EC, 748

Detailed Error Information

PAGE_FAULT_DEMAND_ZERO[1]

MessagePage fault was a demand zero fault.
Declared inwinerror.h

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

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 Code748 (0x02ec)

Questions

1vote
1answer

How to call std library functions in lldb

How does one print out an expression with a std library function in lldb? For example, suppose I want to use std::string::c_str() in an print expression. I can see the symbol and disassemble it just fine but cannot seem to use it in an expression call (lldb) image lookup -v [...] read more
lldb
1vote
1answer

Windows 7 Ultimate, death blue screen with new kingston memory

My system operations (Windows 7 Ultimate), was working perfectly with 1x2G (RAM DDR2) by months, but I bought new 4GB (2x2GB RAM DDR2) by kingston. Retired my old memory 2gb and install the new 2x2gb on slot 3 and 4 of my motherboard (ECS A780GM-A). The user manual of motherboard [...] read more
windows-7
memory
ddr2
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

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