Description
If that applies, add some detailed debug log and/or an (temporary) ASSERT(), to get a backtrace, to help figure out the following code case.
If not, how can this case be investigated? Only with a debugger?
1079 MiResolveProtoPteFault(IN BOOLEAN StoreInstruction, |
...
|
1123 /* Make sure there's some protection mask */ |
1124 if (TempPte.u.Long == 0) |
1125 {
|
1126 /* Release the lock */ |
1127 DPRINT1("Access on reserved section?\n"); |
1128 MiReleasePfnLock(OldIrql);
|
1129 return STATUS_ACCESS_VIOLATION; |
1130 }
|
–
Moved from CORE-14938,
with at least yet unresolved CORE-14599.
https://jira.reactos.org/browse/CORE-14959?jql=text%20~%20%22Access%20on%20reserved%20section%22%20and%20resolution%20is%20not%20EMPTY
5 resolved.
https://jira.reactos.org/browse/CORE-14959?jql=text%20~%20%22Access%20on%20reserved%20section%22%20and%20resolution%20is%20EMPTY
9 open.