Differences between version 3 and predecessor to the previous major change of SIGBUS.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, March 24, 2003 11:36:18 am | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Monday, October 28, 2002 7:23:56 pm | by PerryLorier | Revert |
@@ -1,3 +1,3 @@
!!!Signal: Bus Error
-This signal is raised when your program accesses memory in an invalid way. This signal by default causes your program to terminate and dump core. Bus Errors octen
occur when you access unaligned memory on a machine that doesn't support unaligned memory accesses. It can also occur if you access mmap(2)'d memory beyond the end of the file but within the region of the mmap(2).
+This signal is raised when your program accesses memory in an invalid way. This signal by default causes your program to terminate and dump core. Bus Errors often
occur when you access unaligned memory on a machine that doesn't support unaligned memory accesses. It can also occur if you access mmap(2)'d memory beyond the end of the file but within the region of the mmap(2).