Reputation: 24017
Has anyone developed an encyclopedia or wiki of software bugs, either bug types (off-by-one, buffer overflow, etc.) or even just famous bugs (Grace Hopper's moth, the Arianne rocket failure, etc.)?
I was thinking that for tough situations, a cross-referenced encyclopedia of bug types, examples, and symptoms of bugs would help programmers. Especially if one could search by how the bug is manifesting itself (crashing, bad output, memory leaks, etc.).
Upvotes: 19
Views: 322
Reputation: 10931
Wikipedia does have articles for many general and specific bugs, such as all the ones you named:
the Ariane rocket failure and more detail here
Upvotes: 0
Reputation: 65431
This one is written from the point of view of testers, but may still help:
http://www.riceconsulting.com/articles/20-most-common-software-problems.htm
Upvotes: 1
Reputation: 4880
I think this is second to none:
Top 25 Most Dangerous Programming Errors
And many more at this location...
Upvotes: 6