What does BSOD 215 (DRIVER_UNMAPPING_INVALID_VIEW) mean?

 
Could be also:
ConstantTypeOS
ERROR_NESTING_NOT_ALLOWEDWin32 errorWindows
Previous Next
DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION DRIVER_USED_EXCESSIVE_PTES

DRIVER_UNMAPPING_INVALID_VIEW

The DRIVER_UNMAPPING_INVALID_VIEW bug check has a value of 0x000000D7. This indicates a driver is trying to unmap an address that was not mapped.

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_UNMAPPING_INVALID_VIEW Parameters

Parameter Description

1

Virtual address to unmap

2

1: The view is being unmapped

2: The view is being committed

3

0

4

0

Remarks

The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause. Use the kb (Display Stack Backtrace) command to get a stack trace: the driver that caused the error can be determined from the stack trace.


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