Bug Check 0xD7: 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 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.

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.