this post was submitted on 09 Feb 2024
844 points (97.6% liked)

Programmer Humor

19315 readers
280 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] IphtashuFitz 16 points 8 months ago (2 children)

Decades ago I had to debug a random crash. It only happened on Wednesdays. On Wednesdays in September. On Wednesdays in September after the 10th…

[–] perviouslyiner 9 points 8 months ago (1 children)

only when your coordinates were within a train depot in Poland?

https://www.youtube.com/watch?v=XrlrbfGZo2k

[–] [email protected] 1 points 8 months ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=XrlrbfGZo2k

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 5 points 8 months ago (2 children)

I kinda want to hear more of this story... care to share the details? i.e. what was the root cause?

[–] IphtashuFitz 17 points 8 months ago (1 children)

It was pure c code that was used to print reports, and included the date in a header. Whoever wrote it miscalculated the size of the buffer for the header by one byte. When the date was the longest month & day spelled out plus a two digit day of the month then it would overflow the buffer, resulting in the program crashing.

[–] Fleamo 6 points 8 months ago

That's very funny.