vote up 13 vote down star
2

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.).

flag

1  
What a cool idea. – Jonathan Feinberg Oct 29 at 21:12
6  
That's StackOverflow in a nutshell: a giant list of bugs and how to fix them. – Matthew Jones Oct 29 at 21:13
1  
My favourite famous bug has to be the metric/imperial units confusion by NASA – Andy Oct 29 at 21:22

3 Answers

vote up 5 vote down check

I think this is second to none:

Top 25 Most Dangerous Programming Errors

http://cwe.mitre.org/top25/

And many more at this location...

link|flag
That's not bad, although it focuses on security weaknesses rather than bugs in general. – Chris Wenham Oct 29 at 21:18
vote up 1 vote down

This ones kind of funny (if you have a cynical sense of humor):

10 Historical Software Bugs with Extreme Consequences

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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