Glossary coding Term Page

Segmentation fault

A forced termination when the OS detects an illegal memory access

segmentation-fault #coding#c
Korean version

Related Concepts

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.

Posts Mentioning This Concept