Hacker News new | ask | show | jobs
by chabad360 2415 days ago
You ever seen those bugs, where adding a printf makes the bug disappear?
2 comments

Heh. Sounds like race conditions. That or your code is possessed, which I've had happen too.

My personal favorite is programs that seem non-deterministic. Different errors/results for different executions.

Have you ever seen those bugs where attaching a debugger made the bug disappear?