what is your most weird illogical bug? - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-11-26T22:09:10Z http://stackoverflow.com/feeds/question/345577 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/345577/what-is-your-most-weird-illogical-bug -1 what is your most weird illogical bug? [closed] melaos 2008-12-06T00:08:46Z 2008-12-06T00:21:38Z <p>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.</p> <p>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...</p> <p>i remember that i have a web form which will submit twice in firefox but only will somehow mysteriously submit only once in ie. </p> <p>for the life of me i couldn't understand what the heck was going on, until i found out that there's a <code>&lt;script</code> line in my html which includes an empty src="" line which caused this cute behavior.</p> <p>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.</p> <p>thanks</p> http://stackoverflow.com/questions/345577/what-is-your-most-weird-illogical-bug/345594#345594 1 Answer by AShelly for what is your most weird illogical bug? AShelly 2008-12-06T00:12:54Z 2008-12-06T00:12:54Z <p>You'll find a lot of answers here <a href="http://stackoverflow.com/questions/169713/whats-the-toughest-bug-you-ever-found-and-fixed">(What's the Toughest bug you ever found and fixed)</a></p> http://stackoverflow.com/questions/345577/what-is-your-most-weird-illogical-bug/345612#345612 2 Answer by Greg for what is your most weird illogical bug? Greg 2008-12-06T00:21:38Z 2008-12-06T00:21:38Z <p>See also</p> <ul> <li><a href="http://stackoverflow.com/questions/277319/what-is-the-most-interesting-bug-you-have-fixed">http://stackoverflow.com/questions/277319/what-is-the-most-interesting-bug-you-have-fixed</a></li> <li><a href="http://stackoverflow.com/questions/169713/whats-the-toughest-bug-you-ever-found-and-fixed">http://stackoverflow.com/questions/169713/whats-the-toughest-bug-you-ever-found-and-fixed</a></li> <li><a href="http://stackoverflow.com/questions/175854/what-is-the-funniest-bug-youve-ever-experienced">http://stackoverflow.com/questions/175854/what-is-the-funniest-bug-youve-ever-experienced</a></li> </ul>