Windows error 0x000000D6, 214

Detailed Error Information

TOO_MANY_MODULES[1]

MessageToo many dynamic-link modules are attached to this program or dynamic-link module.
Declared inwinerror.h

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

DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION[2]

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

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code214 (0x00d6)

Questions

1vote
2answers

Memory leak due to marshalling managed delegate?

I seem to be experiencing a memory leak in some code that's been in production for a while now (I see the Process\Private Bytes counter rising over time in PerfMon for my process). Note the code works without issue other than the leaking. The code that seems to be responsible [...] read more
c#
c++
0votes
1answer

Send image over tcp from raspberry pi to program in pc and display it on pc

I am having a client - server program in which raspberry pi has the client and pc contains the server. I want to send image captured by pi to server and want to process it there. The code is given below. Client side : import io import socket import struct [...] read more
python
python-2.7
image-processing
tcp
raspberry-pi3

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0