|
|
|
|
|
by yuliyp
12 hours ago
|
|
So the theory is that the page is faulted in, then somehow evicted within 10 instructions, then re-faulted in somewhere else, resulting in writes not making it to the page? That would need a context switch and another page fault to happen in short succession. But the context switch to evict the page back out would have necessitated pending writes to have finished. Nothing actually makes sense with that explanation. |
|
I’m guessing it wrote to a page and read back zero page as the memory was in the mist of being allocated.