What is the funniest bug you've ever experienced?
- by friol
I remember testing a geographical data normalizer written in Java that had concurrency problems. So, when you tried to normalize a city (say "Rome") and another guy did that too (say "New york"), you would get the other guy's data normalized ("NEW YORK") instead of your query.
What's the bug that mostly made you smile in your career?