this post was submitted on 08 Jun 2025
806 points (97.1% liked)

Programmer Humor

24124 readers
2200 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 11 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 6 points 4 days ago

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