Debugging Tools for Windows |
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.
The following parameters are displayed on the blue screen.
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.
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.