What's the name for a bug that suddenly breaks things but has always been present?
Posted
by
splattered bits
on Programmers
See other posts from Programmers
or by splattered bits
Published on 2011-01-26T20:19:06Z
Indexed on
2011/02/15
23:34 UTC
Read the original article
Hit count: 211
We had a failure in our software today and after investigating discovered that the failure should have been occurring for weeks, but it waited until this morning to rear its ugly head. Is there an accepted name for such a bug that I can use when referring to it with other programmers?
The closest I could find was a Schrödinbug, but I'm don't think it applies, since nobody was inspecting any code. The bug was just lying in wait.
© Programmers or respective owner