455
6 stages of debugging
(i.imgur.com)
Post funny things about programming here! (Or just rant about your favourite programming language.)
And then the logging fixes the subtle timing issue causing the problem.
Race conditions are the worst
Good ol’ Heisenbugs.
Especially if logging ends up spreading a global mutex around the log file.