Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Page fault
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Invalid conditions == Illegal accesses and invalid page faults can result in a [[segmentation fault]] or [[bus error]], resulting in an app or OS [[Crash (computing)|crash]]. [[Software bug]]s are often the causes of these problems, but hardware memory errors, such as those caused by [[overclocking]], may corrupt pointers and cause valid code to fail. Operating systems provide differing mechanisms for reporting page fault errors. [[Microsoft Windows]] uses [[Structured Exception Handling|structured exception handling]] to report invalid page faults as [[access violation]] exceptions. [[UNIX-like]] systems typically use [[Signal (computing)|signals]], such as [[SIGSEGV]], to report these error conditions to programs. If the program receiving the error does not handle it, the operating system performs a default action, typically involving the termination of the running [[process (computing)|process]] that caused the error condition, and notifying the user that the program has malfunctioned. Windows often reports such crashes without going to any details. An experienced user can retrieve detailed information using [[WinDbg]] and the [[minidump]] that Windows creates during the crash. UNIX-like operating systems report these conditions with such error messages as "segmentation violation" or "bus error", and may produce a [[core dump]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)