Windows error 0x00000313, 787

Detailed Error Information

ABANDON_HIBERFILE[1]

MessageA valid hibernation file has been invalidated and should be abandoned.
Declared inwinerror.h

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

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 Code787 (0x0313)

Questions

2votes
2answers

RISC-V disassembler doesn't match with spike running results?

I've set up a hello world program just for testing my riscv32-unknown-elf toolchain, spike, pk etc. Though I managed to get the hello world printed using spike --isa=RV32 pk hello.elf, I found out that if I added the -d flag for debugging, I was given following instructions (a section of [...] read more
gcc
assembly
compilation
riscv
disassembly
1vote
2answers

Question about peverify errors

When I run the peverify utility against my .NET exe, I get a few errors (classes, methods renamed): [IL]: Error: [myapp.exe : namespace.class::method1][offset 0x00000027] Instruction cannot be verified. [IL]: Error: [myapp.exe : namespace.class::method2][offset 0x00000027] Instruction cannot be verified. [IL]: Error: [myapp.exe : namespace.class::method3][offset 0x00000313] Instruction cannot be verified. Is this [...] read more
.net
peverify

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