summaryrefslogtreecommitdiff
path: root/What is a segmentation fault.md
blob: 63dac0af1fcd73750d00fb477cd88a2de71b4318 (plain)
1
2
3
4
[[Linux]]
[[Rust]]

A segmentation fault is raised by the kernel when a program attempts to access a segment of memory that does not belong to the process or for example is not writable and it tries to write there.