The Cooperative Bug Isolation Project
While cruising randomly on the Internet during this recess week, I found an very interesting research project : the cooperative bug isolation project.
My rough summary : This is a project that aims at collecting a large amount of behavioral data from application, and extracting useful informations for debugging. To do this, the source code is altered, and at strategic points (ifs, system functions), it *sometimes* records the behavior of the application and send it to a server. Then, with all the data, we have some interesting statistics on the software behavior, and it can help greatly to track bugs down.
I definitely will read their papers ![]()
Pingback from /home/nand » Cooperative bug isolation : this is concrete and good stuff!
Time: November 28, 2007, 10:50 am
[…] Remember a few posts ago when I mentioned the cooperative bug isolation research project? […]