summaryrefslogtreecommitdiff
path: root/What is a segmentation fault.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-05 08:53:21 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-05 08:53:21 +0200
commit295b343aecf330e830d79f06e0efc511e7d76da1 (patch)
tree85057ef1fe401adcd0d958ddf6ff966f25d8fef0 /What is a segmentation fault.md
parentf43372529e655f3b039946c969e4465193eb2042 (diff)
vault backup: 2025-08-05 08:53:21
Diffstat (limited to 'What is a segmentation fault.md')
-rw-r--r--What is a segmentation fault.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/What is a segmentation fault.md b/What is a segmentation fault.md
new file mode 100644
index 0000000..63dac0a
--- /dev/null
+++ b/What is a segmentation fault.md
@@ -0,0 +1,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. \ No newline at end of file