Page fault

Updated: 10/11/2021 by Computer Hope
page fault

A page fault is an interruption that occurs when software attempts to access a memory block not currently stored in the system's RAM (random-access memory). This exception tells the operating system to find the block in virtual memory to be sent to device's storage, like an SSD (solid-state drive) or HDD (hard disk drive), to RAM.

While most page faults are normal background processes in Windows, macOS, and Ubuntu, some are invalid and can cause issues. An invalid page fault is when a program tries to access a memory address that doesn't exist. If the program cannot find a new address, the operating system may terminate that program, resulting in a crash.

Error, Fault, Internal error, Memory address, Operating system terms, Page, Software terms