Windows error 0x000000F7, 247

Detailed Error Information

DRIVER_OVERRAN_STACK_BUFFER[1]

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

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][3]
DescriptionThe default facility code.[2][3]
Error Code247 (0x00f7)

Questions

2votes
1answer

Binary subtraction, carry bit not set?

I've encountered a situation that seems a bit unintuitive when dealing with binary subtraction and the NZCV flag bits. Consider the following values 0xF7 0b 1111 0111 0xFF 0b 1111 1111 If these are both considered to be 8B values where 0x000000F7 0b 0000 .... 0000 1111 0111 0x000000FF 0b [...] read more
assembly
binary
flags
0votes
1answer

Windows 7 Blue Screen 0x000000f7

Earlier this evening my computer crashed while browsing the web. I had three Firefox tabs open, on YouTube, Soundcloud, and PCGamer. While on PCGamer, the screen froze, and the sound replayed a small section repeatedly before crashing to blue screen with the following error: 0x000000f7 (0xfffff8800ae22ae8, 0x0000f960002e992f, 0xffff069fffd166d0, 0x0000000000000000). From [...] read more
windows-7
firefox
drivers
bsod
malware

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0