Glossary coding Term Page
Segmentation fault
A forced termination when the OS detects an illegal memory access
Core Idea
Segmentation fault is A forced termination when the OS detects an illegal memory access. It usually makes the most sense alongside Use-after-free, Double free, Memory checking tools.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.