DRIVER_PORTION_MUST_BE_NONPAGED

Code: 0xd3 (211)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
1Memory referenced
2IRQL at time of reference
3

0: Read

1: Write

4Address that referenced memory

Description

The DRIVER_PORTION_MUST_BE_NONPAGED bug check has a value of 0x000000D3. This indicates that the system attempted to access pageable memory at a process IRQL that was too high.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

Cause

This bug check is usually caused by drivers that have incorrectly marked their own code or data as pageable.

Resolution

To begin debugging, use a kernel debugger to get a stack trace: the !analyze debug extension displays information about the bug check and can be helpful in determining the root cause, then use the kb (Display Stack Backtrace) command to get a stack trace.

Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.

Associated Modules

ModuleCodeFound inDescription
ESENT.dll0xd38.11011%1 (%2) %3An incremental backup is starting.
EventCreate.exe0xd378.11011%1
USBHUB3.SYS0xd311Failed to open USB4 remote target for tunneled port. Status: %1 USB Hub: VID: %2 PID: %3 REV: %4
dsreg.dll0xd311The virtual desktop registry value is invalid. Registry key: %1 Value name: %2 Value: %3
nslookup.exe0xd378.11011Conversion from IPv4 address to Reversename failed.
webservices.dll0xd378.11011There was an error sending data on the UDP socket.
6 entries