Windows error 0x00000109, 265

Detailed Error Information

CRITICAL_STRUCTURE_CORRUPTION[1]

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

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 Code265 (0x0109)

Questions

3votes
1answer

Windows 10 reboots without blue screen or crash dump

UPDATE: Eight and a half months later, the problem persists, but now happens every time a VM is started, whether from BlueStacks, Vagrant, or just starting up from the VirtualBox console. The stop code varies. Over the last few times I've gotten: * APC_INDEX_MISMATCH * DRIVER_OVERRAN_STACK_BUFFER * INTERRUPT_EXCEPTION_NOT_HANDLED * SYSTEM_SERVICE_EXCEPTION [...] read more
windows-10
memory
bsod
crash
3votes
3answers

Windows Server 2012 R2 (Hyper-V VMs) - random BSOD

I have a problem. My VMs (Hyper-V) - Windows Server 2012 R2 restart themselves quite often (BSOD: CRITICAL_STRUCTURE_CORRUPTION (109)). Last time it was 11x over weekend. I have new HW, 2x Supermicro server. I installed Windows Server 2012 R2 and Hyper‑V role on both servers (+ drivers from Supermicro website [...] read more
windows
virtual-machines
hyper-v
windows-server-2012-r2
bsod
2votes
0answers

Protobuf-net serializer used in Unity gives Invalid IL code IL_0035: call 0x06000001

Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
c#
unity3d
protobuf-net
1vote
1answer

Extension methods on mono 2.10.8.1

I'm developing some software using visual studio where I target v4.5 of the CLR, this software is also being run on Mono v2.10.8.1 All is well until I try to use extension methods, at which point I get the following exception System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly ...... [...] read more
c#
mono
extension-methods
1vote
4answers

Power surge PC damage: How can I test all components of my PC without access to a second computer?

Ever since we had some crazy power surges last week my 64 bit Windows 7 PC has been acting strange. My USB network adapter disconnects from the wireless and can't detect the signal. I have to disable/reenable the adapter to detect it again. Also my wife has reported that the [...] read more
windows-7
hardware-failure
power

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