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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -