Windows error 0x000000D3, 211

Detailed Error Information

DRIVER_PORTION_MUST_BE_NONPAGED[1]

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

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 Code211 (0x00d3)

Questions

1vote
1answer

Binary Bomb phase 6 no nodes

This question is based on the same project as the other Binary Bomb Phase 6 questions (most likely will be related links), but for some reason I can't find the nodes themselves, to check their increasing/decreasing values. When I try to use the function: x/3x $eax, it returns: Cannot access [...] read more
assembly
x86
gdb
reverse-engineering
0votes
0answers

Driver win32k.sys marked pagable instead of nonpagable

A friend has the following BSOD on Vista, about each 45 minutes: > A problem has been detected and Windows has been shut down to prevent damage > to your computer. > > > win32k.sys > > The driver mistakenly marked a part of it's image pagable instead of > [...] read more
windows-vista
drivers
bsod
0votes
0answers

Thread dump for High CPU usage shows calls to Microsoft.Practices.EnterpriseLibrary.Common

I am analyzing thread-dumps for high CPU usage but all I see is most of the threads are showing message - "This thread is waiting to enter a .NET Lock which is owned by thread" and mostly all call the Microsoft Practices EnterpriseLibrary ConfigurationChangeWatcher. We are using MS Ent Lib [...] read more
enterprise-library
thread-dump

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