What does BSOD 206 (DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS) mean?

 
Could be also:
ConstantTypeOS
ERROR_FILENAME_EXCED_RANGEWin32 errorWindows
HTTP_STATUS_PARTIAL_CONTENTHTTP CodeAny
Previous Next
PAGE_FAULT_BEYOND_END_OF_ALLOCATION TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE

DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS

The DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS bug check has a value of 0x000000CE. This indicates that a driver failed to cancel pending operations before unloading.

Important

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

DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS Parameters

Parameter Description

1

Memory address referenced

2

0: Read

1: Write

3

Address that referenced memory (if known)

4

Reserved

If the driver responsible for the error can be identified, its name is printed on the blue screen and stored in memory at the location (PUNICODE_STRING) KiBugCheckDriver.

Cause

This driver failed to cancel lookaside lists, DPCs, worker threads, or other such items before unload.


Looking for a different code? Search another status or error code.