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
Bus error
(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!
{{Short description|Type of computer fault}} {{More citations needed|date=July 2015}} In [[computing]], a '''bus error''' is a [[Trap (computing)|fault]] raised by hardware, notifying an [[operating system]] (OS) that a process is trying to access [[computer data storage|memory]] that the [[Central processing unit|CPU]] cannot physically address: an invalid address for the [[address bus]], hence the name. In modern use on most architectures these are much rarer than [[segmentation fault]]s, which occur primarily due to memory access violations: problems in the [[logical address|''logical'' address]] or permissions. On [[POSIX]]-compliant platforms, bus errors usually result in the SIGBUS signal being sent to the process that caused the error. SIGBUS can also be caused by any general device fault that the computer detects, though a bus error rarely means that the [[computer hardware]] is physically broken—it is normally caused by a [[Software bug|bug]] in [[computer program|software]].{{citation needed|date=January 2014}} Bus errors may also be raised for certain other paging errors; see below.
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)