vote up -1 vote down star

as a developer, it's a common case for us to set a few hours and even perhaps a few days to try to debug some problem, and after going down the logical path, tracing and narrowing down the scope, but still coming out short of what's causing the problem.

then with a lot of googling and sometimes trying something else that out of the box, then you're able to find the root cause and get that eureka moment and finally putting the bug to rest. and later spend the next few hours with a big grin on your face...

i remember that i have a web form which will submit twice in firefox but only will somehow mysteriously submit only once in ie.

for the life of me i couldn't understand what the heck was going on, until i found out that there's a <script line in my html which includes an empty src="" line which caused this cute behavior.

so maybe we can each list down a not your typical logical bug here, so one day when someone does a google search they can be routed back to this thread.

thanks

flag

hahaha, my bad guys, while i was posting this question i didn't see or manage to search for any relevant post. – melaos Dec 6 '08 at 0:24

closed as exact duplicate by gbjbaanb Dec 6 '08 at 0:32

2 Answers

vote up 1 vote down

You'll find a lot of answers here (What's the Toughest bug you ever found and fixed)

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.