views:

180

answers:

5
+3  Q: 

Bug Repository

Hello, Is there any opensource or public domain repository of bugs where one can see the various bugs, symptoms of those bugs, and their fixes. The bugs could be from any part of the code, OS, GUI, device drivers etc.
I guess if at there is anything like this, it might be from some open source development initiative like Linux Kernel Development, or some other Opensource project. Is there anything like this available online? It would be a vluable inputs to developers and testers all alike.

wishes, -Ajit

+1  A: 

Take a look at common types of computer bugs on Wikipedia. For more specific bugs, most open source projects maintain a public bug tracker.

Ted Percival
+2  A: 

Virtually every open source project has a bug tacking system. For example, here's the one for Apache projects: http://issues.apache.org/jira/

However, I think you might be asking about a generic cause/effect bug database. I don't know of anything specifically like that, but you might be interested in the work on Software Patterns and particularly Anti-Patterns.

Greg Hewgill
A: 

There is BugTraq, however it focuses more on the security implications of the bugs founds.

John Downey
+1  A: 

Maybe you might want to see bug.gd. It helps you to search for errors and bugs which other people have searched for.

I think it is not very famous nor has many users.

cnu
A: 

You can get access to few bugs that have been found through WeekendTesting sessions at http://bugrepository.com/ smiles. Also, you might get your product tested by WeekendTesters for FREE in their sessions. You can write at [email protected]. For more information please visit weekendtesting.com smiles.

Thanks, Santhosh Shivanand Tuppad

Santhosh Shivanand Tuppad