Site icon EfmSoft

What does BSOD 207 (TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE) mean?

 
Could be also:
ConstantTypeOS
ERROR_RING2_STACK_IN_USEWin32 errorWindows
HTTP_STATUS_MULTIHTTP CodeAny
Previous Next
DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS DRIVER_CORRUPTED_MMPOOL

TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE

The TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE bug check has a value of 0x000000CF. This indicates that a driver has been incorrectly ported to the terminal server.

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.

TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE 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

The driver is referencing session space addresses from the system process context. This probably results from the driver queuing an item to a system worker thread.

This driver needs to comply with Terminal Server's memory management rules.


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

Exit mobile version