Windows error 0x1000007F, 268435583

Detailed Error Information

UNEXPECTED_KERNEL_MODE_TRAP_M[1]

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

HRESULT analysis[2]

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
NTSTATUStrue
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code127 (0x007f)

Questions

0votes
0answers

Nested control bluescreen with latest Windows Creators Update

Recently I updated to the new Windows Creators edition (version 1703) and I’m getting a similar issue to this post Control Nesting Limits in WinForms , I have a limit of 33 nested controls on my machine using WinForms. The difference is that my machine Bluescreens. My biggest concern of [...] read more
c#
windows
crash
nested
controls

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