debugging - What's the toughest bug you ever found and fixed? -


what made hard find? how did track down?

not close enough close see also
https://stackoverflow.com/questions/175854/what-is-the-funniest-bug-youve-ever-experienced

a jpeg parser, running on surveillance camera, crashed every time company's ceo came room.

100% reproducible error.

i kid not!

this why:

for doesn't know jpeg compression - image kind of broken down matrix of small blocks encoded using magic etc.

the parser choked when ceo came room, because had shirt square pattern on it, triggered special case of contrast , block boundary algorithms.

truly classic.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -