Segmentation fault
De LibreFind
Advanced search |
- About 4 results found and you can help!
A segmentation fault (often shortened to segfault), bus error or access violation is generally an attempt to access memory that the CPU cannot physically address. It occurs when the hardware notifies an operating system about a memory access violation. The OS kernel then sends a signal to the process which caused the exception. By default, the process receiving the signal dumps core and terminates. The default signal handler can also be overridden to customize how the signal is handled.
- See also: Wikipedia
- Related: Buffer overflow, Core dump, General protection fault, Segfault (website), Page fault, Storage violation
A FAQ: User contributed answers regarding the defi... A FAQ: User contributed answers regarding the definition of a segmentation fault www.faqs.org/qa/qa-673.html - Web |
A "null pointer" explained A "null pointer" explained c-faq.com/null/null1.html - Web |
Answer to: NULL is guaranteed to be 0, but the nul... Answer to: NULL is guaranteed to be 0, but the null pointer is not? c-faq.com/null/varieties.html - Web |
Average relevance
Resolving crashes and segmentation faults Resolving crashes and segmentation faults www.rt-embedded.com/.../ - Web |