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

Programmer Humor

19176 readers
980 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
[–] perviouslyiner@lemmy.world 241 points 7 months ago* (last edited 7 months ago) (19 children)

define it as ( __LINE__ % 10) so that the problem goes away when you add a debug statement

[–] IphtashuFitz@lemmy.world 17 points 7 months ago (5 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…

[–] xia@links.hackliberty.org 5 points 7 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@lemmy.world 17 points 7 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@lemmy.world 6 points 7 months ago

That's very funny.

load more comments (2 replies)
load more comments (15 replies)