What does BSOD 190 (ATTEMPTED_WRITE_TO_READONLY_MEMORY) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_MODULETYPEWin32 errorWindows

ATTEMPTED_WRITE_TO_READONLY_MEMORY

The ATTEMPTED_WRITE_TO_READONLY_MEMORY bug check has a value of 0x000000BE. This is issued if a driver attempts to write to a read-only memory segment.

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.

ATTEMPTED_WRITE_TO_READONLY_MEMORY Parameters

Parameter Description

1

Virtual address of attempted write

2

PTE contents

3

Reserved

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.

Remarks

The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.


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