this post was submitted on 08 Jun 2025
850 points (97.2% liked)

Programmer Humor

24144 readers
2417 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jj4211@lemmy.world 12 points 4 days ago (1 children)

Technically any language runtime can end in a segmentation fault.

For some languages, in principle this shouldn't be possible, but the runtimes can have bugs and/or you are calling libraries that do some native code at some point.

[โ€“] gagootron@feddit.org 7 points 4 days ago

Even safe rust can do it, if we allow compiler bugs