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