page fault
page fault
[′pāj ‚fȯlt] (computer science)
An interruption that occurs while a page which is referred to by the program is being read into memory.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
page fault
(memory management)In a paged virtual memory system, an
access to a page (block) of memory that is not currently
mapped to
physical memory. When a page fault occurs the
operating system either fetches the page in from
secondary storage (usually disk) if the access was legitimate or
otherwise reports the access as illegal.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
page fault
A virtual memory interrupt that signals that the next instruction or item of data is not in physical memory and must be swapped back in from the disk. If the required page on disk cannot be found, then a page fault error occurs, which means that either the operating system or an application has corrupted the virtual memory. If such an error occurs, the user has to reload the application.Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 2003-2025 Farlex, Inc
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.