#segmentationfault

2025-06-12

Segmentation fault (core dumped) in Ubuntu (Amazon EC2), dmesg shows several segfault calls #ram #amazonec2 #segmentationfault #dmesg #radiance

askubuntu.com/q/1550505/612

2025-06-11

Segmentation fault (core dumped) in Ubuntu (Amazon EC2), dmesg shows several segfault calls #ram #segmentationfault #dmesg #radiance

askubuntu.com/q/1550505/612

2024-03-22

Ich hab code refactored ohne tests, wie so ein Anfänger 😦 #segmentationfault

[1] 63902 segmentation fault ./blog

https://blog.sigma-star.io/2024/01/seven-segfault/

2024-01-10

Have you ever wondered why segmentation faults are abbreviated "SIGSEGV" in Linux?

Where does the "V" come from? Shouldn't it be "SIGSEGF" instead? ("F" for Fault - not "Vault" 😉)

David Wragg and Marek Majkowski have a bit of UNIX history for you!

"Why is there a "V" in SIGSEGV Segmentation Fault?" -
blog.cloudflare.com/why-is-the

#linux #segmentationFault #sigsegv #unix #history #c #programming #developer #software #softwareDevelopment #embedded

Luís de Sousaluis_de_sousa
2023-09-04

Has anyone tried to open a spreadsheet from ? All I get is a .

stackoverflow.com/q/77035950/2

2020-02-13

I made all words deferred for more convenient live coding, makes recursion easier too.

The left stack (for regular evaluation) is fine, but the right stack (for local variables) overflows. The crash is because the C stack in the interpreter overflows too. The negative numbers are from signed integer overflow.

```
: fibs { a b -- b a+b } a . cr b a b + fibs ;
0 1 fibs
0
1
1
2
3
5
8
13
...
5167068349195539697
5957444661174968386
-7322231063339043533
-1364786402164075147
-8687017465503118680
8394940206042357789
ERROR: stack overflow
ERROR: stack overflow
-292077259460760891
ERROR: stack overflow
ERROR: stack overflow
8102862946581596898
Segmentation fault
```

#Forth
#Fibonacci
#StackOverflow
#SegmentationFault

Leather Bastarddouchbag
2018-08-23

Exploring pointers in C is like 1000 different methods to get segmentation fault.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst